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 #1

Updated by Alexander Opitz over 10 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Christian Müller over 10 years ago

I don't mind closing it, I haven't checked about this since some time so I cannot say if the error persists in current versions and the case I had this in is no longer testable. I guess if it comes up again there can be a new ticket.

Actions #3

Updated by Alexander Opitz about 10 years ago

  • Status changed from Needs Feedback to Closed

Thanks for help.

Actions

Also available in: Atom PDF