Let PHP's GD support JPEG.

背景情况:

1,已安装GD库;

2,已安装JPEGSRC;

3,已支持PNG,但不支持JPEG。

手动编译处理

/usr/local/php/bin/phpize

32位系统:

./configure --with-php-config=/usr/local/php/bin/php-config
--with-jpeg-dir=/usr/lib

64位系统

./configure --with-php-config=/usr/local/php/bin/php-config
--with-jpeg-dir=/usr/lib64

make && make install

 

posted @ 2016-03-25 16:51  InterestISM  阅读(259)  评论(0编辑  收藏  举报