Actions
Bug #87548
closedLocalCropScaleMaskHelper uses incorrect stripProfileCommand
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Image Generation / GIFBUILDER
Target version:
-
Start date:
2019-01-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions