Skip to content

Commit 318cab1

Browse files
committed
[FEATURE] Configure default image conversion/preview formats
Wait for TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#6136 to be merged so the link can work. References: TYPO3-Documentation/Changelog-To-Doc#1380 Releases: main
1 parent 6921dd5 commit 318cab1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/Global/Image.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ its `media` field. Intermediate tables are then used to attach the actual image
5858
to the content elements. This allows backend users to move or rename files,
5959
without 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

6373
FLUIDTEMPLATE and data processors and images

0 commit comments

Comments
 (0)