[TYPO3-core] RFC: Bug #12218 - Spaces in Webroot path break ImageMagick compose (Solution included!)

Joerg Wagner [DigiLog] news.netfielders.de at digilog.de
Tue Oct 13 09:38:25 CEST 2009


This is an SVN patch request.

Type: Bugfix

Bugtracker reference:
http://bugs.typo3.org/view.php?id=12218

Problem:
Install Tool -> Image Processing -> Combining images
shows all masks inverted if webroot path contains breaks.
Tested with GraphicsMagick on Windows only but is probably true for IM 
and Linux too.

Solution:
Change the last line of function unQuoteFilenames() from
         return $paramsArr;
to
         return array_values($paramsArr);

Patch attached in Bugtracker.

More details in Bugtracker and in preliminary discussion in
[TYPO3-english] GraphicsMagick combine on Windows.

Cheers, Jörg.


More information about the TYPO3-team-core mailing list