You are here
Russ - Tue, 2009/11/03 - 23:04
Low Quality / Poor Performance | |
The installed version of PHP GD does not support image filtering(desaturate, blur, negate, etc). It was probably compiled using the official GD libraries from http://www.libgd.org instead of the GD library bundled with PHP. You should recompile PHP --with-gd using the bundled GD library. See http://www.php.net/manual/en/image.setup.php. An implementation of imagefilter in PHP will be used in the interim. |
Low Quality / Poor Performance | |
The installed version of PHP GD does not support image rotations. It was probably compiled using the official GD libraries from http://www.libgd.org instead of the GD library bundled with PHP. You should recompile PHP --with-gd using the bundled GD library. See: http://www.php.net/manual/en/image.setup.php. An implementation of imagerotate in PHP will used in the interim. |
Suggestions?
Forum:
We use the php5-gd Ubuntu package
On the other hand, you mentioned that we should use the GD library bundled with PHP, so I guess you have come across this issue before. We should look into that as a work around, but the best solution would to get this fixed upstream in the official packages.
Add new comment