Actions
Bug #21265
closedWrong sizes of image
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-10-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I found issue with getting wrong sizes of image produces from gif file with cropping.
Conf used for image:
page.10 = IMAGE
page.10 {
file = test.gif
file {
width = 50c
height = 100c
}
}
resulted image should be 50x100 pixeles but being instead 99x100 pixeles
source file is in gif format and resulted file is gif as well
When added to config "file.ext = jpg" then final image being converted to jpg with proper size (50x100 pixeles)
I have attached test page for bug.
(issue imported from #M12228)
Files
Actions