Bug #17439
closedCropscaling of GIF Images fails if GDlib use the function truecolor
0%
Description
I use the TS Code below to crop a GIF Image. The cropped Image has the right dimensions(150px*150px) but the <IMG> Param width looks like width="450"!
TS-Code:
temp.img = IMAGE
temp.img {
file = fileadmin/img04.gif
file.width = 150c
file.height = 150c
}
This happens because after the cropped image is createt in class.t3lib_stdgraphic.php the dimensions of the newly-created Image aren't recalculated if $this->truecolor is true. The attached diff file works for me.
I use Image-Magic 4.2.9, gdlib_2 is activ.
(issue imported from #M5903)
Files
Updated by Georg Schnweger over 17 years ago
Nobody the same problem? I uploaded the image file that brings me the error.
Updated by Christian Heindl over 16 years ago
i got the same bug when enabling [GFX][png_truecolor] setting. I installed Georgs patch and it worked also for me. Would be nice to see the patch in an upcoming release!
Updated by Alexander Opitz over 11 years ago
- Category deleted (
Communication) - Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.