[!!!][TASK] Remove option to generate PNGs limited to 64 colors
The global configuration "png_truecolor" which ensured that generated PNG images only have 64 colors (instead of the max colors) came from the transition 12 years ago to keep a small file size for PNG images. The option was turned on for new installations and existing installations, and if not explicitly disabled, generated true-color PNG images at any time. The option did not have any effect for FAL-related image resizing at all. In order to generate PNGs with a limited color-space, it is still possible to do so with additional "reduceColors" option, as well as adding additional parameters to ImageMagick when needed. However, having a global option for this feature seems to be not practical these days anymore. Resolves: #82680 Releases: master Change-Id: I3e00cc1c37a5ed8287dcf7cad49d2a2ab10730e6 Reviewed-on: https://review.typo3.org/54277 Reviewed-by:Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php 2 additions, 19 deletionstypo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 0 additions, 1 deletiontypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.yaml 0 additions, 3 deletions...t/core/Configuration/DefaultConfigurationDescription.yaml
- typo3/sysext/core/Documentation/Changelog/master/Breaking-82680-RemovedOptionToGeneratePNGsLimitedTo64Colors.rst 34 additions, 0 deletions...ng-82680-RemovedOptionToGeneratePNGsLimitedTo64Colors.rst
- typo3/sysext/frontend/Classes/Imaging/GifBuilder.php 1 addition, 1 deletiontypo3/sysext/frontend/Classes/Imaging/GifBuilder.php
- typo3/sysext/install/Classes/Service/SilentConfigurationUpgradeService.php 2 additions, 0 deletions...all/Classes/Service/SilentConfigurationUpgradeService.php
Please register or sign in to comment