The Image component is a Form output component that renders an image File object.
getResource()
function; for example, getResource("myModule", "picture.jpg")
Note: The File object cannot be created directly over a file in the file system. Therefore, you need to import the image into your project (File > Import > General > File System) and create the File object over the imported image.