Actions
Task #106004
closedAdd image processing tests for webp and avif with transparency
Start date:
2025-01-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
I've tried to output pngs as avif and noticed that the transparency was replaced with a black background.
Two new tests are added to image processing tests in the install tool to test the transparency behaviour easily:
- png to webp
- png to avif
Black Backgrounds should be fixed with ImageMagick 6.9.12-68 as of this source: https://alexwlchan.net/2023/check-for-transparency/
My ddev has an old ImageMagick 6.9.11-60 Version.
Files
Actions