[TYPO3-linux] GraphicsMagick Wiki page

Franz Holzinger franz at fholzinger.com
Wed Feb 15 12:27:34 CET 2006


Hello Michael,
> 
> I don't have time to fix this, but one comment:
> 
> Starting with TYPO3 3.8.0, graphicsmagick_wrapper.sh is not needed because
> we have native support for GraphicsMagick.
> 
> Configuration settings:
> 
> $TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/bin'; 
> $TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm'; 
> 
> Settings which are not needed/set automatically if version is set to "gm":
> $TYPO3_CONF_VARS['GFX']['im_imvMaskState'] = ...
> $TYPO3_CONF_VARS['GFX']['im_v5effects'] = ...
> $TYPO3_CONF_VARS['GFX']['im_combine_filename'] = ...
> 

I have created symbolic links from /usr/local/php/bin to /usr/local/bin
where GraphicsMagick is installed.

However the install tool does not find the files.


v10154:/usr/local/php/bin # ls -l
total 13
drwxr-xr-x  2 root root 1024 Feb 14 16:44 .
drwxr-xr-x  3 root root 1024 Feb 14 16:33 ..
lrwxrwxrwx  1 root root   17 Feb 14 16:34 animate -> /usr/local/bin/gm
lrwxrwxrwx  1 root root   17 Feb 14 16:44 combine -> /usr/local/bin/gm
lrwxrwxrwx  1 root root   17 Feb 14 16:34 composite -> /usr/local/bin/gm
lrwxrwxrwx  1 root root   17 Feb 14 16:35 conjure -> /usr/local/bin/gm
lrwxrwxrwx  1 root root   17 Feb 14 16:35 convert -> /usr/local/bin/gm
lrwxrwxrwx  1 root root   17 Feb 14 16:35 display -> /usr/local/bin/gm
lrwxrwxrwx  1 root root   17 Feb 14 16:35 gm -> /usr/local/bin/gm
lrwxrwxrwx  1 root root   17 Feb 14 16:35 identify -> /usr/local/bin/gm
lrwxrwxrwx  1 root root   17 Feb 14 16:35 import -> /usr/local/bin/gm
lrwxrwxrwx  1 root root   17 Feb 14 16:35 mogrify -> /usr/local/bin/gm
lrwxrwxrwx  1 root root   17 Feb 14 16:35 montage -> /usr/local/bin/gm
v10154:/usr/local/php/bin #


--------------
No ImageMagick install available
It seems that there is no adequate ImageMagick installation available at
the checked locations (, /usr/local/php/bin/)
An 'adequate' installation for requires 'convert', 'combine'/'composite'
and 'identify' to be available




Franz



More information about the TYPO3-linux mailing list