Basic Output

The image field type always returns null or an \Anomaly\ImageFieldType\Image\Contract\ImageInterface instance which extends \Anomaly\FilesModule\File\Contract\FileInterface.

Example
$entry->example->getName(); // example.jpg
Twig
{{ entry.example.getName() }} // example.jpg