Actions
Bug #22046
closedthumbs.php: Thumbnails for images with transparent background look ugly
Start date:
2010-02-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions