Add <?php echo ipSlot('pageImage'); ?> code to your theme to display images.
OrĀ Use \Plugin\PageImage\Service::pageImages($pageId = null) to get all images assigned to the page. Then do whatever you want with them. 'null' means currently active page.