Error GD Image Filtering & GD Image Rotation
| Project: | ImageAPI |
| Version: | 6.x-1.6 |
| Component: | ImageAPI GD |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Hello,
i have follow error in my drupal site.
GD Image Filtering 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.GD Image Rotation 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.
My system is running on debian 5.0 lenny with follow php version 5.2.6-1+lenny3.
The Package php5-gd is installed! But the error is not going!
What i must doing for complete GD Image Filtering and GD Image Rotation?
please help me :-)

#1
I have the same problem, any help would be appreciated.
#2
If you have server access, try following the instructions here: http://cumu.li/2008/5/13/recompiling-php5-with-bundled-support-for-gd-on.... if not get your webhost to.
The debain package ships with a version of GD that does not have the full set of image functions that can be found in the version of GD that is in the php package. The instructions above show how to get hold of the php version of GD. You will need to have a reasonable level of expertise to succeed. I found that my directory names didn't fully correspond with that given.
#3
it takes a long time to install the php version of GD.