[TYPO3-english] How to Configure GraphicsMagick for typo3 v.4.4

David Bruchmann typo3-en at bruchmann-web.de
Fri Aug 20 13:27:23 CEST 2010


>> ----- Ursprüngliche Nachricht -----
>> Von: Fran <sd at sd.com>
>> Gesendet: Freitag, 20. August 2010 10:54:52
>> An: typo3-english at lists.typo3.org
>> CC:
>> Betreff: Re: [TYPO3-english] How to Configure GraphicsMagick for typo3
>> v.4.4
>>> Thank you Jigal. But in which file I must write these files? Into
>>> localconf.php? In template?
>>>
>>> Thanks in advance.
>>>
>>
>>
>> Those settings are stored in typo3conf/localconf.php but Jigal noted
>> just the values like in the Installtool.
>> In PHP the notation has to be completed like this:
>>
>> $TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';
>>
>> ... for every variable.
>>
>> Greets,
>> David
 >
 >
 > I have used installtool. Thank you very much.
 > Is there any problem if i have selected this options a part form the
 > graphicsmagic?
 >
 > [GFX][gdlib] = 1
 >
 > Thanks in advance.
 >
 > Fran
 >

Hi Fran,

to keep the logical hirarchy of messeages I post in this thread and have 
copied your other mailcontent above.

Concerning your question:
No there aren't any problems with gdlib but you have to know some details:
1) gdlib has to be installed on the server
2) gdlib2 should be installed and enabled on the server too with 
$TYPO3_CONF_VARS["GFX"]["gdlib_2"]='1';
3) for some effects like nice_text an additional library is required: 
FreeType is for download at http://www.freetype.org/


Looking at the Basic-Configuration and the "Image Processing" in the 
Install-Tool you can find several requirements and tips.

Greets,
David


More information about the TYPO3-english mailing list