File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,16 @@ its `media` field. Intermediate tables are then used to attach the actual image
5858to the content elements. This allows backend users to move or rename files,
5959without the files connection being lost in the content element.
6060
61+ .. versionadded :: TYPO3 14.0
62+
63+ The default image conversion format used can be configured
64+ via the `$GLOBALS['TYPO3_CONF_VARS']['GFX']['imageFileConversionFormats']
65+ <https://docs.typo3.org/permalink/t3coreapi:confval-globals-typo3-conf-vars-sys-gfx-imagefileconversionformats> `_.
66+
67+ This allows integrators to globally define which output format TYPO3 should
68+ use when converting images, for example, to prefer WebP output for JPEG and
69+ GIF sources by default.
70+
6171.. _typo3-fluid-image-fluidtemplate :
6272
6373FLUIDTEMPLATE and data processors and images
You can’t perform that action at this time.
0 commit comments