您的位置:首页 > 其它

[eZ publish] How to use GD as the image engineer

2010-04-21 10:28 375 查看
After you download and uncompress the .zip or tar.gz files, before you run the http://127.0.0.1/ez to install the website.

1) Create the file of "/ez/settings/override/image.ini.append.php", insert the code as below:

<?php /* #?ini charset="utf-8"?
[ImageConverterSettings]
ImageConverters[]
ImageConverters[]=GD
ImageConverters[]=ImageMagick

[GD]
Name=GD
IsEnabled=true
Handler=eZImageGDFactory

[ImageMagick]
IsEnabled=true
ExecutablePath=/usr/local/bin
Executable=convert
*/ ?>

Then when you install the website, you can ignore the step to have to install the ImageMagick
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐