Project

General

Profile

Actions

Bug #24354

closed

IM/GM touches images that have cropscaling configured even if dimensions fit to configuration

Added by Christian Müller over 13 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-12-17
Due date:
% Done:

0%

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

Description

Take an IMAGE in typoscript (assuming myTestImage.jpg is 500x150 px)

10 = IMAGE
10.file = fileadmin/myTestImage.jpg
10.file.width = 500
10.file.height = 150

will use the original image

10 = IMAGE
10.file = fileadmin/myTestImage.jpg
10.file.width = 500
10.file.height = 150c

Will process the image instead using the original image, which is unnecessary and can degrade image quality.

(issue imported from #M16767)

Actions

Also available in: Atom PDF