[Typo3] ImageMagick Typo3 wrapper documentation

Michael Stucki michael at typo3.org
Fri Jul 15 11:24:01 CEST 2005


Suman Debnath wrote:

> Is there any documentation available for the Typo3 wrappers available for
> ImageMagick/GraphicsMagick functions ? Failing that, is there any publicly
> available extension where these wrappers for functions like 'convert' etc
> have been used in the FE ?

The wrappers are not needed anymore since the functionality has been merged
into TYPO3 3.8.0.

Edit your localconf.php:

- If you use GraphicsMagick, set
  $TYPO3_CONF_VARS['GFX']['im_version5'] = 'gm';

- If you use ImageMagick 6, set
  $TYPO3_CONF_VARS['GFX']['im_version5'] = 'im6';

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



More information about the TYPO3-english mailing list