Actions
Bug #17439
closedCropscaling of GIF Images fails if GDlib use the function truecolor
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-07-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions