I have some trouble to make TYPO3 scale images.
If I test tin the Install tool, Combining images is working, but scaling images is not.
If I create a test file in the root directory of the server with a small Convert test, the images is scaled nicely.
When scaling in Install tool I get this error:
Image generation failed
ImageMagick / GraphicsMagick handling is enabled, but the execute command returned an error. Please check your settings, especially ['GFX']['im_path'] and ['GFX']['im_path_lzw'].
My configuration in TYPO3:
'GFX/image_processing' => '1'
'GFX/im' => '1'
'GFX/im_path' => '/usr/local/bin/safe/'
'GFX/im_path_lzw' => '/usr/local/bin/safe/'
'GFX/im_version_5' => 'im6'
'GFX/im_v5effects' => '0'
'GFX/im_mask_temp_ext_gif' => '1'
'GFX/colorspace' => 'RGB'
TYPO3 v. 6.2.5 Bootstrap-Package installed
I have Googled, but can't find the right solution