Bug #14915
closedim 6.0.6 doesn''t scale JPG's in GIFBUILDER
0%
Description
Image Magick doesn't properly scale JPG images in Gifbuilder. It does work properly with PNG's though. I've included my test template in the additional info and uploaded two images to illustrate the problem. I tried this with $TYPO3_CONF_VARS["GFX"]["im_version_5"] = '1'; and with this setting set to 'im6'.
The latter does make all tests in the install tool successfull including the nicetext with shadow and all the scaling tests. It's only in GIFBUILDER that this fails for me. The image numbered 10 is there to verify that unscaled JPG's do render as expected.
page = PAGE
page.typeNum = 0
temp.Image = IMAGE
temp.Image.file = GIFBUILDER
temp.Image.file {
format = gif
XY = 500,300
backColor = #14132CC44
10 = IMAGE
10.file = fileadmin/test/appels.jpg
#14132.file.width = 250
#14132.file.height = 300
20 = IMAGE
20.file = fileadmin/test/klok.jpg
20.file.width = 250
50 = TEXT
50.text = Wrong output :-(
50.offset = 260,50
50.fontSize = 28
50.niceText = 1
}
page.10 < temp.Image
(issue imported from #M1363)
Files