Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在TYPO3中没有ImageMagick安装,我可以';不要调整图像的大小_Typo3_Image Resizing_Typo3 6.1.x - Fatal编程技术网

在TYPO3中没有ImageMagick安装,我可以';不要调整图像的大小

在TYPO3中没有ImageMagick安装,我可以';不要调整图像的大小,typo3,image-resizing,typo3-6.1.x,Typo3,Image Resizing,Typo3 6.1.x,我对打字3很陌生(我来自Joomla和WordPress) 我注意到在页面中插入图像后,如果我调整其大小,在保存页面后,图像会恢复到原始大小 在我看来,通过互联网阅读,这件事可能取决于ImageMagick的配置 因此,如果我进入我的管理面板,在检查ImageMagick字段中安装-->基本配置,请告诉我: No ImageMagick installation available It seems that there is no adequate ImageMagick installat

我对打字3很陌生(我来自Joomla和WordPress)

我注意到在页面中插入图像后,如果我调整其大小,在保存页面后,图像会恢复到原始大小

在我看来,通过互联网阅读,这件事可能取决于ImageMagick的配置

因此,如果我进入我的管理面板,在检查ImageMagick字段中安装-->基本配置,请告诉我:

No ImageMagick installation available

It seems that there is no adequate ImageMagick installation available at the checked locations (, /bin, /opt/local/bin/, /usr/X11R6/bin/, /usr/bin, /usr/bin/, /usr/local/bin, /usr/local/bin/)
An 'adequate' installation for requires 'convert', 'combine'/'composite' and 'identify' to be available 
这就是问题所在吗?我能做些什么来解决它

Tnx


安德里亚

你需要。。。在计算机上安装,然后在安装工具的
All configuration
部分对其进行配置-至少以下参数:

  • im\u path
    它是ie.
    convert
    存在的文件夹,在unix终端中,您可以使用命令
    确定哪个convert
  • im\u version\u 5
    很可能是
    im6

还要询问您的主机您将在哪里部署生产版本IM路径是什么,如果他们不支持IM,请更改主机

另一个解决方案,对我来说更好的解决方案是使用GraphicsMagick,您可以安装预编译版本的vie FTP,而无需更改主机。。加上更好的图像质量,更快

此时,我正在Ubuntu系统上本地执行它。所以我必须在这里下载表格:?然后安装?问题是,在这个链接中,我只找到了RedHat版本,而不是Ubuntu二进制版本……o.o Ubuntu在apt中有一个包,不是吗?在谷歌中搜索
ubuntu安装imagemagick
,会返回到官方文档的链接以及论坛和博客上的许多帖子。。。试试:
sudo apt get install imagemagick
mmm昨天我从源代码处安装了它,安装似乎结束了,所以我设置了您告诉我的两个参数。而且,在安装-->IAll配置中做了一些更改(在这里我说使用IM而不是gdlib),现在我可以正确地调整我的IMAGES的大小了!!!唯一奇怪的想法是,如果我进入Install->Immage Processing选项卡,如果我尝试执行测试(例如:缩放图像),它会出错并告诉我:下面的ImageMagick操作没有结果,执行的ImageMagick命令转储:'/usr/local/bin/convertconvert'+profile'*'-geometry 150x120!'/var/www/Typo3/Typo3/sysext/install/imgs/jesus2_transp.gif'[0]'/var/www/Typo3/typo3temp/pics/install_scale_gif.gif'但奇怪的是,在Typo3中,它现在可以工作并缩放图像,为什么?