[TYPO3-windows] help - graphicsmagick/combining images

Tomasz Krawczyk tomkrawc at gmail.com
Fri Sep 3 00:00:49 CEST 2010


Jan Kessinger pisze:
> Hello again,
> 
> i have tried what Pim Broens suggested - manually executing the commands 
> given in the error dump of the install tool. For exmaple:
> C:\xampp\Graphics_Magick\gm.exe convert +profile '*' -colorspace GRAY 
> +matte 
> "C:/xampp/htdocs/example.com/typo3/sysext/install/imgs/blackwhite_mask.gif"[0] 
> "C:/xampp/htdocs/example.com/typo3temp/temp/0bdf1f50121117042e3b8d35058f7661.png" 
> 
> 
> This command does create an image, the install tool gives the error 
> message "There was no result from the ImageMagick operation". As a 
> result i would consider an image.
> Maybe there is a direct return value from the gm.exe expectet, i don't 
> know. For that reason another screenshot:
> http://12monkeys.dyndns.org/media/2010-08-25_typ03_install_graphicksmagick_combine_images.jpg 
> 
> 

In the Combining images test you need to execute two commands. In my 
case first command creates the same image. But the second shows an 
error. See this:

D:\>d:/WebTools/ImageMagick-6.5.6-Q8/convert.exe +profile '*' 
-colorspace GRAY +matte  -negate "D:/wamp/www/ty
po3/sysext/install/imgs/blackwhite_mask.gif"[0] "D:/1.png"

D:\>d:/WebTools/ImageMagick-6.5.6-Q8/composite.exe +profile '*' -compose 
+matte over "D:/wamp/www/typo3/sysext
/install/imgs/greenback.gif" 
"D:/wamp/www/typo3/sysext/install/imgs/jesus.jpg" "D:/1.png" "D:/2.jpg"
composite.exe: unrecognized compose operator `+matte' @ 
composite.c/CompositeImageCommand/724.

I work on Windows 7 x64 and WampServer. So I think it may be OS or IM 
related problem. What is your OS?

regards
Tomek


More information about the TYPO3-windows mailing list