Discussion:
[Typo3] GraphicsMagick composite problem
Christoph Koehler
2005-07-07 20:14:27 UTC
Permalink
Hello everyone,

in the install tool, under image processing, the 4th test - combining
images - doesn't work.
The bottom half of the reference picture is green, and the top half of my
image is green. I played around with invert masks and stuff, but it won't
work. I am using GM 1.1.6.
My current configuration says:
ImageMagick enabled: 1
ImageMagick path: /usr/bin/ (6.0.7)
ImageMagick path/LZW: /usr/bin/ (6.0.7)
Version 5 flag: gm

shouldn't it be (1.1.6) behind the paths?

Thanks!


Christoph
Michael Stucki
2005-07-07 22:45:53 UTC
Permalink
Hi Christoph,
Post by Christoph Koehler
in the install tool, under image processing, the 4th test - combining
images - doesn't work.
The bottom half of the reference picture is green, and the top half of my
image is green. I played around with invert masks and stuff, but it won't
work. I am using GM 1.1.6.
ImageMagick enabled: 1
ImageMagick path: /usr/bin/ (6.0.7)
^^^^^
Watch this version number!
Post by Christoph Koehler
ImageMagick path/LZW: /usr/bin/ (6.0.7)
Version 5 flag: gm
shouldn't it be (1.1.6) behind the paths?
To me it seems your installation mixes up ImageMagick 6 and GraphicsMagick
in some way.

Please make sure that TYPO3_CONF_VARS[GFX][im_version5] is set to "gm".

Alternatively you can use IM6 with a composite fix by setting the version5
flag to "im6" (this is not documented, btw.).

- michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
Christoph Koehler
2005-07-07 23:05:44 UTC
Permalink
Post by Michael Stucki
Please make sure that TYPO3_CONF_VARS[GFX][im_version5] is set to "gm".
Post by Christoph Koehler
ImageMagick path/LZW: /usr/bin/ (6.0.7)
Version 5 flag: gm
It is set to gm ^^^^^^
I would like to use GraphicsMagick, because the nice people that host me
installed it just for me :)

Any idea why this isn't working? Both IM and GM are installed in the same
folder...usr/bin/
Christoph Koehler
2005-07-08 22:57:10 UTC
Permalink
Does anyone have any idea? Might this be a bug?


On Thu, 07 Jul 2005 18:05:44 -0500, Christoph Koehler
Post by Christoph Koehler
Post by Michael Stucki
Please make sure that TYPO3_CONF_VARS[GFX][im_version5] is set to "gm".
Post by Christoph Koehler
ImageMagick path/LZW: /usr/bin/ (6.0.7)
Version 5 flag: gm
It is set to gm ^^^^^^
I would like to use GraphicsMagick, because the nice people that host me
installed it just for me :)
Any idea why this isn't working? Both IM and GM are installed in the
same folder...usr/bin/
Michael Stucki
2005-07-20 23:08:49 UTC
Permalink
Post by Christoph Koehler
Post by Michael Stucki
Please make sure that TYPO3_CONF_VARS[GFX][im_version5] is set to "gm".
Post by Christoph Koehler
ImageMagick path/LZW: /usr/bin/ (6.0.7)
Version 5 flag: gm
It is set to gm ^^^^^^
I would like to use GraphicsMagick, because the nice people that host me
installed it just for me :)
Any idea why this isn't working? Both IM and GM are installed in the same
folder...usr/bin/
If you still didn't have success...:

- It might help if you unset the im_path_lzw key(?)
- Check that nothing else is set in the $TYPO3_CONF_VARS['GFX'] array and
try again.

Good luck! michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
Loading...