Actions
Bug #19475
closedt3lib/thumbs.php can't convert some png's
Start date:
2008-10-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have some png's (one attached) where thumbs.php didn't show a thumbnail in the backend.
Imagemagick debian version: 6.2.4.5.dfsg1-0.14
convert --version: 6.2.4 02/10/07 Q16
- /usr/X11R6/bin/convert -sample 56x56 -colors 16 /var/www/typo3/fileadmin/moneywheel.png0 /var/www/typo3/typo3temp/tmb_3de8857576.png
convert: Invalid bit depth for RGBA image `/var/www/typo3/typo3temp/tmb_3de8857576.png'.
(issue imported from #M9594)
Files
Updated by Robert Heel about 16 years ago
Removed the colordepth feature (see diff) and all thumbnails are shown now ...
Updated by Robert Heel over 15 years ago
Seems to be an ImageMagick bug.
A Serverupdate from Debian etch (ImageMagick 6.2.4) to Debian lenny (ImageMagick 6.3.7) solves the problem.
Updated by Christian Kuhn over 15 years ago
Resolved, no change required. Not a bug it TYPO3 as told by reporter.
Actions