.. ================================================== .. 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. ::