[TYPO3-windows] FW: Typo3Winstaller and GraphicsMagick

Kristian Wind kw at hovsa.dk
Mon Oct 29 13:20:43 CET 2007


Hi,

Yes I have (hope it is this setting og I'll feel like an idiot):
$TYPO3_CONF_VARS["GFX"]["thumbnails"] = '1';	

I have tried a few more things since last time I wrote.

I have installed GraphicsMagick (1.0.10.0) and/or ImageMagick (4.2.9  
and 6.3.6.1). I can get them both to work perfectly, but none of them  
shows thumbnails in BE. Scaling, rotating and other effects works in  
all 3 setups! I asume that the permissions setup are correct as alle  
of them work in FE, and then again...

My GraphicsMagick localconf setup looks like:

$TYPO3_CONF_VARS["GFX"]["im_path"] = 'C:\\GraphicsMagick2\\';
$TYPO3_CONF_VARS["GFX"]["im_version_5"] = 'gm';
$TYPO3_CONF_VARS["GFX"]["thumbnails"] = '1';	
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';	
$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1';	

My ImageMagick 4.2.9 localconf setup looks like:

$TYPO3_CONF_VARS["GFX"]["im"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_combine_filename"] = 'combine';
$TYPO3_CONF_VARS["GFX"]["im_path"] = 'C:\\ImageMagick\\';
$TYPO3_CONF_VARS["GFX"]["im_path_lzw"] = 'C:\\ImageMagick\\';
$TYPO3_CONF_VARS["GFX"]["thumbnails"] = '1';
$TYPO3_CONF_VARS["GFX"]["thumbnails_png"] = '1';
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';
$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1';

My ImageMagick 6.3 localconf setup looks like (tried with and without  
"thumbnails_png"):

$TYPO3_CONF_VARS["GFX"]["im"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_combine_filename"] = 'composite';
$TYPO3_CONF_VARS["GFX"]["im_path"] = 'C:\\ImageMagick2\\';
$TYPO3_CONF_VARS["GFX"]["im_path_lzw"] = 'C:\\ImageMagick2\\';
$TYPO3_CONF_VARS["GFX"]["im_version_5"] = 'im6';
$TYPO3_CONF_VARS["GFX"]["im_v5effects"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_noScaleUp"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_noFramePrepended"] = '1';
$TYPO3_CONF_VARS["GFX"]["thumbnails"] = '1';
$TYPO3_CONF_VARS["GFX"]["thumbnails_png"] = '1';
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';
$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1';

For your information it is a standard Typo3Winstaller setup with  
Apace running on Windows 2003 server (http:// 
typo3winstaller.sourceforge.net/)

I have NO idea what to do. I have Google'd it with no result. I have  
no preferences into which version or brand in terms of ImageMagick  
versus GraphicsMagick as long as it works!


Kristian

kw at hovsa.dk



Den 25/10/2007 kl. 18.39 skrev Mohr, Andreas:

> Even if it sounds silly - sometimes the simplest problems are the  
> hardest to discover. Did you tell Typo3 to show you thumbnails by  
> enabling the appropriate checkbox in the BE? My BE is german - so I  
> need to check "Thumbnails anzeigen"... for example when I am in the  
> fileadmin dir where I have Pics.
>
>
>
>
>
> *************************************************
> Andreas Mohr
> Software Entwicklung IT Services
>
> Teraport GmbH
> Riedwiesenstraße 1
> D-71229 Leonberg
>
> Tel.:      +49 (0)7152 355-6460
> Fax:      +49 (0)7152 355-6464
> Mobil:   +49 (0)176 41072972
>
> andreas.mohr at teraport.de
> Web: http://www.teraport.de/
>
> *************************************************
> Sitz der Gesellschaft: Leonberg
> Registergericht Stuttgart HRB 253381
> Geschäftsführer: Michael Grünschloß,
> Stefan Ahrens, Hermann Gaigl
>
>
> -----Original Message-----
> From: typo3-windows-bounces at lists.netfielders.de [mailto:typo3- 
> windows-bounces at lists.netfielders.de] On Behalf Of Kristian Wind
> Sent: Thursday, October 25, 2007 3:09 PM
> To: TYPO3 Installation on Windows
> Subject: Re: [TYPO3-windows] FW: Typo3Winstaller and GraphicsMagick
>
>
> Hello!
>
> I have now tried a few things. What I have come up with is installing
> GraphicsMagick from scratch and made have set the right (i think)
> permissions.
>
> My localconf looks like:
>
> $TYPO3_CONF_VARS["GFX"]["im_path"] = 'C:\\GraphicsMagick\\';
> $TYPO3_CONF_VARS["GFX"]["im_path_lzw"] = 'C:\\GraphicsMagick\\';
> $TYPO3_CONF_VARS["GFX"]["im_version_5"] = 'gm';
> $TYPO3_CONF_VARS["GFX"]["thumbnails"] = '1';
> $TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';
> $TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1';
>
> It works! But there are NO thumbnails in the backend...
>
> Does anyone know what to do?
>
> Thanks in advance!
>
>
> Kristian
>
> kw at hovsa.dk
>
>
>
> Den 01/10/2007 kl. 13.40 skrev Andreas Eberhard:
>
>> Hello Krisitan,
>>
>> in the actual Version of TYPO3Winstaller blank spaces in the path
>> should
>> make no problems.
>>
>> Try to give the following catalogs/files (write,read,change,
>> execute etc
>> permission) for user IUSR_<machinename>
>> -> TYPO3_4.1.2\Apache\bin\
>> -> TYPO3_4.1.2\Apache\bin\cmd.exe
>> -> TYPO3_4.1.2\GraphicsMagick\gm.exe
>>
>>
>> Best regards,
>> Andreas
>>
>>
>> 2007/10/1, Gerasimos Chatzidamianos
>> <gchatzidamianos at customedialabs.com>:
>>>
>>>
>>> Hello Kristian.
>>>
>>> The problem is that TYPO3 doesn't like spaces in paths, so "Program
>>> Files" should be "Progra~1".
>>>
>>> Try the following lines in localconf.php:
>>> $TYPO3_CONF_VARS['GFX']['im_path'] = 'C:\\Progra~1\\TYPO3_4.1.2\
>>> \GraphicsMagick\\';
>>> $TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';
>>>
>>> In case this doesn't work, try using a directory without blank  
>>> spaces
>>> like C:\GraphicsMagick just to make sure this is not the case.
>>>
>>>
>>> Regards,
>>>
>>> Gerasimos.
>>>
>>>
>>> -----Original Message-----
>>> From: typo3-windows-bounces at lists.netfielders.de
>>> [mailto:typo3-windows-bounces at lists.netfielders.de] On Behalf Of
>>> Kristian Wind
>>> Sent: Saturday, September 29, 2007 12:11 AM
>>> To: typo3-windows at lists.netfielders.de
>>> Subject: [TYPO3-windows] Typo3Winstaller and GraphicsMagick
>>>
>>> Hello all!
>>>
>>> I have installed Typo3Winstaller on my Windows 2003 server, and I
>>> must say that it is absolutely great!
>>>
>>> But I'm having a bit of a problem getting GraphicsMagick to work.
>>>
>>> I searched the Typo3 wiki and found out that it should be cuite easy
>>> to get it to work, but...
>>>
>>> This is the GFX part of my conf-file:
>>>
>>> $TYPO3_CONF_VARS['GFX']['im_path'] = 'C:\\Program Files\ 
>>> \TYPO3_4.1.2\
>>> \GraphicsMagick\\';
>>> $TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';
>>>
>>> What else do I need to do? I think that Typo3Winstaller should have
>>> done the rest... or...?
>>>
>>>
>>> Best regards,
>>> Kristian
>>>
>>> kw at hovsa.dk
>>>
>>>
>>>
>>> _______________________________________________
>>> TYPO3-windows mailing list
>>> TYPO3-windows at lists.netfielders.de
>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-windows
>>>
>>>
>>> _______________________________________________
>>> TYPO3-windows mailing list
>>> TYPO3-windows at lists.netfielders.de
>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-windows
>>>
>> _______________________________________________
>> TYPO3-windows mailing list
>> TYPO3-windows at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-windows
>
> _______________________________________________
> TYPO3-windows mailing list
> TYPO3-windows at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-windows
> _______________________________________________
> TYPO3-windows mailing list
> TYPO3-windows at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-windows



More information about the TYPO3-windows mailing list