Actions
Bug #46530
closedCrop-Scaled images have wrong file content type
Start date:
2013-03-29
Due date:
2013-03-29
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
The following scenario is given:
- resize a 300dpi TIFF image to PNG using stdWrap/cObj
- the 'fileExtension' configuration is not set ($fileArray['ext'] is empty)
- the processed file csm_... has the file extension PNG
- but the file content type is still TIFF, so the file was just renamed, but not converted to PNG
Solution:
Since the processing task determines the accordant filename and file extension, the image processor (ImageMagick, ...) needs to know about that fact as well.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19169
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19169
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/19397
Updated by Oliver Hader over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 106cd209805aa24836a708050cec2e056929de22.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions