Bug #46795
closedScope of ProcessedFile cannot be modified
100%
Description
A ProcessedFile is used to generate a preview or crop-scaled version of a File. Actually a Task implementing the TaskInterface defines the basics and an accordant Helper object takes care of the modifications to that file. There are pre-process and post-process signals that seem to be useless in modifying the scope of a particular task, however.
Imagine a file shall be pre-processed (e.g. color profile transformation) and that result shall be used for resizing.
The current task implementation is using the original file directly, however the task actually shall define which is the source (the original file) the modifications shall be based on.
This change modifies the TaskInterface with a getSourceFile() method to overcome this limitation.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19438
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/19502
Updated by Oliver Hader over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 91783bd52f2f0559614881c421e54f1e6730ac45.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed