From b9496ef52c9e19e9feb24f65603b4aeacebc44c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:06:47 +0200 Subject: [PATCH] [TASK] Improve format description of GIFBUILDER (#819) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A PNG file is also possible at least since TYPO3 v11. Additionally, a JPG can either be configured with "jpg" or "jpeg". Releases: main, 12.4, 11.5 Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/Gifbuilder/ObjectNames/Index.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Documentation/Gifbuilder/ObjectNames/Index.rst b/Documentation/Gifbuilder/ObjectNames/Index.rst index 25216e75..be08056e 100644 --- a/Documentation/Gifbuilder/ObjectNames/Index.rst +++ b/Documentation/Gifbuilder/ObjectNames/Index.rst @@ -122,6 +122,7 @@ different each time! the section "GIFBUILDER". +.. _gifbuilder-format: .. container:: table-row @@ -129,15 +130,18 @@ different each time! format Data type - "gif" / "jpg" + "gif" / "jpg" / "jpeg" / "png" Default gif Description - Output type. + File type of the output image. - "jpg"/"jpeg" = jpg-image + It is possible to define the quality of a JPG image globally via + :ref:`$TYPO3_CONF_VARS['GFX']['jpg_quality'] ` + or via the :ref:`quality ` property on a per-image + basis. @@ -201,6 +205,8 @@ different each time! reduceColors-option or render text with niceText-option. +.. _gifbuilder-quality: + .. container:: table-row Property @@ -210,7 +216,7 @@ different each time! positive integer (10-100) Description - JPG-quality (if ".format" = jpg/jpeg) + JPG-quality (if :ref:`.format ` = jpg/jpeg) .. container:: table-row