Error GD Image Filtering & GD Image Rotation

Trasherk - May 17, 2009 - 16:12
Project:ImageAPI
Version:6.x-1.6
Component:ImageAPI GD
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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

kdes - May 26, 2009 - 07:23

I have the same problem, any help would be appreciated.

#2

New Zeal - May 27, 2009 - 08:45

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

cybershan - September 26, 2009 - 09:50

it takes a long time to install the php version of GD.

 
 

Drupal is a registered trademark of Dries Buytaert.