Bug #24354
closedIM/GM touches images that have cropscaling configured even if dimensions fit to configuration
0%
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)
Updated by Alexander Opitz almost 11 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)?
Updated by Christian Müller almost 11 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.
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
Thanks for help.