Project

General

Profile

Actions

Bug #46530

closed

Crop-Scaled images have wrong file content type

Added by Oliver Hader almost 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
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.


Related issues 5 (0 open5 closed)

Related to TYPO3 Core - Bug #44571: FE pdf thumbnail generation failsClosedOliver Hader2013-01-16

Actions
Related to TYPO3 Core - Bug #46866: wrong image extensionsClosed2013-04-02

Actions
Related to TYPO3 Core - Bug #43624: Gifbuilder cannot generate imagesClosed2012-12-05

Actions
Is duplicate of TYPO3 Core - Bug #45383: Rendering of TIFF images brokenClosed2013-02-11

Actions
Follows TYPO3 Core - Bug #46737: Mask images have wrong file content typeClosed2013-03-28

Actions
Actions #1

Updated by Gerrit Code Review almost 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

Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Gerrit Code Review almost 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

Actions #4

Updated by Oliver Hader almost 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF