Linux文件分割与合并

工作学习 No Comments »

apache 默认不支持超过2G文件的下载,这个方法可以解决下!

Read the rest of this entry »

ImageMagick 安装备忘

工作学习 No Comments »

ImageMagick 默认支持jpeg格式的操作,但默认安装后一直无法使用,报错:no decode delegate for this image format.查看 ImageMagick 支持图片格式:convert -list format 不支持jpeg操作.

原来是未设置jpeg安装的lib和include路径.
./configure CPPFLAGS="-I/usr/local/modules/jpeg6 -I/usr/local/modules/jpeg6/include -I/usr/local/modules/freetype/include -I/usr/local/modules/freetype/include/freetype2" LDFLAGS="-L/usr/local/lib -L/usr/local/modules/jpeg6/lib -L/usr/local/modules/freetype/lib" –prefix=/usr/local/ImageMagick

make && make install

ImageMagick 支持jpeg操作.

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS 登录

收藏 & 分享

Powered by 17fav.com