[Typo3-linux] Activating GraphicsMagick on 3.8?

Michael Stucki michael at typo3.org
Wed Jul 20 09:43:12 CEST 2005


Hi Erasmo,

> I just upgraded to 3.8. I downloaded and compiled GraphicsMagick 1.1.6.
> The T3 installer acknowledges that is there on page 1 (basic
> configuration) of the install tool. However I suspect T3 is still using
> ImageCrapick. So I went to page 4 of the install tool (all configuration)
> and found:
> 
> <b>[im_version_5]</b>
> String/Boolean. Set this if you're using ImageMagick but not IM 4.x.
> Setting this value will automatically configure some settings for use with
> the specified ImageMagick version. Allowed values are: "0" (IM4) or "1"
> (IM5+). Set "gm" to activate the use of GraphicsMagick instead of
> ImageMagick.
> 
> <i>[GFX][im_version_5] = 1</i>
> 
> If I set this parameter to gm (then clear all cache and typo3temp), then
> my website displays no images whasoever, which leads me to believe I most
> be doing something stupid :) Any ideas?

That's really a strange issue.

Please do this:
- Check all settings of $TYPO3_CONF_VARS['GFX']. Comment all of them out,
  usually you don't need them anymore if you use GraphicsMagick.

In my setup, I only use these settings:

$TYPO3_CONF_VARS["GFX"]["TTFdpi"] = '96';
$TYPO3_CONF_VARS["GFX"]["im_path"] = '/usr/bin/safe/';
$TYPO3_CONF_VARS["GFX"]["im_version_5"] = 'gm';

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



More information about the TYPO3-linux mailing list