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.
Actions