[FEATURE] Add webp support for GifBuilder
It is now possible - if PHP was compiled with gdlib that supports webp (available since PHP 7.1), to generate webp files via GifBuilder. Example: page.10 = IMAGE page.10 { file = GIFBUILDER file { backColor = yellow XY = 1024,199 format = webp quality = 44 10 = IMAGE 10.offset = 10,10 10.file = 1:/backimage.jpg } } Resolves: #102177 Releases: main Change-Id: I48dac569da5904b4871ee2ad3b3759c54004e8c0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81417 Reviewed-by:Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Andreas Kienast <a.fernandez@scripting-base.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Kienast <a.fernandez@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Configuration/DefaultConfiguration.php 1 addition, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.yaml 3 additions, 0 deletions...t/core/Configuration/DefaultConfigurationDescription.yaml
- typo3/sysext/core/Documentation/Changelog/13.0/Feature-102177-WebPSupportForImagesGeneratedByGIFBUILDER.rst 55 additions, 0 deletions...ture-102177-WebPSupportForImagesGeneratedByGIFBUILDER.rst
- typo3/sysext/frontend/Classes/Imaging/GifBuilder.php 26 additions, 16 deletionstypo3/sysext/frontend/Classes/Imaging/GifBuilder.php
- typo3/sysext/frontend/Tests/Functional/Imaging/GifBuilderTest.php 14 additions, 2 deletions...sext/frontend/Tests/Functional/Imaging/GifBuilderTest.php
- typo3/sysext/install/Classes/Controller/EnvironmentController.php 37 additions, 18 deletions...sext/install/Classes/Controller/EnvironmentController.php
- typo3/sysext/install/Resources/Private/Templates/Environment/ImageProcessing.html 4 additions, 1 deletion...ources/Private/Templates/Environment/ImageProcessing.html
- typo3/sysext/install/Resources/Public/Images/TestReference/Gdlib-box.webp 0 additions, 0 deletions...tall/Resources/Public/Images/TestReference/Gdlib-box.webp
Please register or sign in to comment