[Typo3-linux] Activating GraphicsMagick on 3.8?

Erasmo R. Acosta erasmo at erasmix.net
Thu Jul 21 01:30:26 CEST 2005


I just found the right way to do it. On page 1 of the Install Tool there is a "[GFX][im_path]=" chooser (how did I miss it before?!?!?). After I set the choser value to "/usr/local/bin/ (1.1.6)" and saved it, it changed the apropriate variables. I cleared my typo3temp directory and cleared all cache. It finally works.

BTW GraphicsMagic rocks! Features that I lost (like the blurring unselected menu item images) because of incompatibilities with ImageMagick are back. Its like magic!! :-p  

- Erasmo R. Acosta (erasmix)

-----------------------
This thread is located in the archive at this URL:
http://typo3.org/documentation/mailing-lists/install-linux-archive/thread/110131485/
					
> 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/
> _______________________________________________
> Typo3-linux mailing list
> Typo3-linux at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-linux
> 



More information about the TYPO3-linux mailing list