Project

General

Profile

Actions

Bug #14915

closed

im 6.0.6 doesn''t scale JPG's in GIFBUILDER

Added by Bas van almost 19 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2005-08-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

wrong.png (47.6 KB) wrong.png Administrator Admin, 2005-08-10 12:47
expected.png (42.9 KB) expected.png Administrator Admin, 2005-08-10 12:47
Actions

Also available in: Atom PDF