在TYPO3中缩放图像不起作用

时间:2014-11-23 18:02:46

标签: typo3 imagemagick-convert

制作TYPO3比例图像时遇到一些麻烦。

如果我测试了安装工具,则合并图像正在工作,但缩放图像不是。

如果我使用一个小的转换测试在服务器的根目录中创建一个测试文件,那么图像可以很好地缩放。

在安装工具中缩放时出现此错误:

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'].

我在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

我使用Google搜索,但无法找到正确的解决方案

0 个答案:

没有答案