From 318cab1e2c63af62b9f78bffb9a1ae9d36bfe1de Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Sun, 26 Oct 2025 09:03:04 +0100 Subject: [PATCH] [FEATURE] Configure default image conversion/preview formats Wait for https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/pull/6136 to be merged so the link can work. References: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/1380 Releases: main --- Documentation/Global/Image.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/Global/Image.rst b/Documentation/Global/Image.rst index 6c44673..9b3c937 100644 --- a/Documentation/Global/Image.rst +++ b/Documentation/Global/Image.rst @@ -58,6 +58,16 @@ its `media` field. Intermediate tables are then used to attach the actual image to the content elements. This allows backend users to move or rename files, without the files connection being lost in the content element. +.. versionadded:: TYPO3 14.0 + +The default image conversion format used can be configured +via the `$GLOBALS['TYPO3_CONF_VARS']['GFX']['imageFileConversionFormats'] +`_. + +This allows integrators to globally define which output format TYPO3 should +use when converting images, for example, to prefer WebP output for JPEG and +GIF sources by default. + .. _typo3-fluid-image-fluidtemplate: FLUIDTEMPLATE and data processors and images