[TYPO3-english] GraphicsMagick combine on Windows
Joerg Wagner [DigiLog]
news.netfielders.de at digilog.de
Sat Oct 10 12:23:31 CEST 2009
...and here are the calls created by
Install Tool -> Image Processing -> Combining.
In both results the masks are inverted (whatever I do to
'im_combine_filename' and 'im_imvMaskState').
Combine using a GIF mask with only black and white
---
C:\Programme\GraphicsMagick-1.3.7-Q8/gm.exe convert -colorspace GRAY
+matte "D:/myweb/typo3/sysext/install/imgs/blackwhite_mask.gif"
"D:/myweb/typo3temp/temp/ba76eba71b463c0c9e6f92b66682054e.gif"
C:\Programme\GraphicsMagick-1.3.7-Q8/gm.exe composite -compose over
+matte "D:/myweb/typo3/sysext/install/imgs/greenback.gif"
"D:/myweb/typo3/sysext/install/imgs/jesus.jpg"
"D:/myweb/typo3temp/temp/ba76eba71b463c0c9e6f92b66682054e.gif"
"D:/myweb/typo3temp/install_44f1273ab1.jpg"
Combine using a JPG mask with graylevels
---
C:\Programme\GraphicsMagick-1.3.7-Q8/gm.exe convert -colorspace GRAY
+matte "D:/myweb/typo3/sysext/install/imgs/combine_mask.jpg"
"D:/myweb/typo3temp/temp/d5d411baa6792ac4c808e403d0de7881.gif"
C:\Programme\GraphicsMagick-1.3.7-Q8/gm.exe composite -compose over
+matte "D:/myweb/typo3/sysext/install/imgs/combine_back.jpg"
"D:/myweb/typo3/sysext/install/imgs/jesus.jpg"
"D:/myweb/typo3temp/temp/d5d411baa6792ac4c808e403d0de7881.gif"
"D:/myweb/typo3temp/install_fcaf26c521.jpg"
Joerg Wagner [DigiLog] schrieb:
> Hello Bernhard,
>
> > Could you post all [GFX] parameters of your installation.
>
> $TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';
> $TYPO3_CONF_VARS['GFX']["im_path_lzw"] = '';
> $TYPO3_CONF_VARS['GFX']['im_path'] =
> 'C:\\Programme\\GraphicsMagick-1.3.7-Q8/';
> $TYPO3_CONF_VARS['GFX']['im_negate_mask'] = '1'; // also tried 0
> $TYPO3_CONF_VARS['GFX']['im_imvMaskState'] = '1'; // also tried 0
> $TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';
>
> Cheers, Jörg.
>
>
> Bernhard Kraft schrieb:
>> Joerg Wagner [DigiLog] schrieb:
>>
>>> Install Tool -> Image Processing -> Combining images
>>> shows all masks inverted (tested with GM versions 1.1.7-Q8 and 1.3.7-Q8.
>>> The intuitive solution of setting
>>> ['im_negate_mask'] = '1'
>>> and/or playing with
>>> ['im_imvMaskState'] = '1'
>>> does not change anything as these parameters are obviously ignored by
>>> TYPO3 if GraphicsMagick is activated ( ['im_version_5'] = 'gm' ).
>>>
>>> Can anybody confirm this?!:
>>> If so I would file a bug report.
>>
>> Hello Jörg!
>>
>> Could you post all [GFX] parameters of your installation.
>>
>>
>> greets,
>> Bernhard
More information about the TYPO3-english
mailing list