Bug #87548
closedLocalCropScaleMaskHelper uses incorrect stripProfileCommand
100%
Description
The LocalCropScaleMaskHelper checks if the configuration variable processor_stripColorProfileCommand is not empty and then uses processor_stripProfileCommand (Note that Color is missing):
LocalCropScaleMaskHelper.php#L328
But I think that code part could be removed. Only the ###SkipStripProfile### is needed which will prevent the imageMagickCommand from adding the stripColorProfileCommand:
CommandUtility.php#L121
Updated by Benni Mack over 5 years ago
Hey robert,
whow. what a classic mistake. Thanks for the findings!
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60465
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60469
Updated by Benni Mack over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset daf7c74afa2d3ee90ac3945a912fa577a5704d9b.