Bug #22046
closedthumbs.php: Thumbnails for images with transparent background look ugly
0%
Description
When viewing a thumbnail generated by thumbs.php for a file in the backend, the background of transparent images gets filled and looks really ugly. This seems to be related to a downsampling of the image's colordepth. This downscaling is done in t3lib/thumbs.php, presumably to save disk space and bandwidth.
As lines are faster and disks are cheaper now than 2003, this is unneccessary. So the whole downscaling for GIFs and PNGs should be removed. Attached patch fixes this.
(issue imported from #M13406)
Files
Updated by Bernhard Kraft almost 15 years ago
In the attached file this issue does not seem to occur. Under which circumstances is this problem visible. Can you upload an example image and information about the used image manipulation software?
Updated by Benni Mack over 14 years ago
the attached gif does not work without the patch, but after applying it works.
Updated by Benni Mack over 14 years ago
committed to trunk (rev. 6950),
committed to TYPO3_4-3 (rev. 6951)
committed to TYPO3_4-2 (rev. 6952)