.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt ImageViewHelper --------------- This ViewHelper renders an image given as src. As src argument you may provide a valid TYPO3 path or an object implementing TYPO3 FAL FileInterface (e.g. File or FileReference). :: The Image ViewHelper supports image processing using the ``processingInstructions`` attribute. The attribute value is directly passed to ``ImageService->applyProcessingInstructions``, thus it supports all configurations supported by this method. There is no need to set the ``crop`` or ``cropVariant`` in the processingInstructions in case you use the ``default`` crop of a file object. ::