Project

General

Profile

Actions

Bug #103201

open

processor_stripColorProfileParameters "-strip" does not work anymore due to additional *

Added by Patrick Lenk 2 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Install Tool
Start date:
2024-02-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

No data to display

Actions

Also available in: Atom PDF