Project

General

Profile

Actions

Bug #103201

open

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

Added by Patrick Lenk 5 months ago. Updated 18 days 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:
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

Actions #1

Updated by Riccardo De Contardi 18 days ago

  • Complexity set to medium
  • Sprint Focus set to On Location Sprint
Actions

Also available in: Atom PDF