Actions
Bug #103201
openprocessor_stripColorProfileParameters "-strip" does not work anymore due to additional *
Status:
New
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2024-02-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
On Location Sprint
Description
After TYPO3 11.5.35 the configuration value -strip
to strip the color profile is not working anymore due to additional * in configuration.
Configuration:
'GFX' => [ 'processor' => 'GraphicsMagick', 'processor_stripColorProfileParameters' => [ '-strip', ], ],
In the backend configuration module, it seems that typo3 always add *
to the configuration, which is maybe the mistake:
Image processing testing with ImageMagick (somehow works):
Image processing testing with GraphicsMagick (fails):
Due to the * parameter after -strip the processing fails.
(Also with latest TYPO3 12)
Files
Updated by Riccardo De Contardi 5 months ago
- Complexity set to medium
- Sprint Focus set to On Location Sprint
Actions