I am seeing this on the status page of D6 on my Ubuntu server.
Does anyone know of a Ubuntu package that will solve this, or must I actually compile my own PHP here?
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. GD library 2.0 or higher GD library 2.0 or higher
You should recompile PHP or use ImageMagick..
Gr, Stefan
Op 6 nov 2009, om 13:07 heeft Luke het volgende geschreven:
I am seeing this on the status page of D6 on my Ubuntu server.
Does anyone know of a Ubuntu package that will solve this, or must I actually compile my own PHP here?
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. GD library 2.0 or higher GD library 2.0 or higher -- [ Drupal support list | http://lists.drupal.org/ ]
I've installed the imagemagick package, and the php5 library for it. Drupal even sees the path to the convert program. However, it is not showing up as an item in the list of image toolkits (I.E. mysite.com/admin/settings/image-toolkit).
Shouldn't it be appearing there?
It is showing up under imageapi settings (mysite.com/admin/settings/imageapi), however, for what that's worth.
Luke
On Fri, 6 Nov 2009, Stefan Nagtegaal wrote:
You should recompile PHP or use ImageMagick..
Gr, Stefan
Op 6 nov 2009, om 13:07 heeft Luke het volgende geschreven:
I am seeing this on the status page of D6 on my Ubuntu server.
Does anyone know of a Ubuntu package that will solve this, or must I actually compile my own PHP here?
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. GD library 2.0 or higher GD library 2.0 or higher -- [ Drupal support list | http://lists.drupal.org/ ]
Ubuntu compiles with the official GD libraries which lack some functionalities bundled with php5. There's a small tutorial on how to recompile it in ubuntu:
http://cumu.li/2008/5/13/recompiling-php5-with-bundled-support-for-gd-on-ubu...
hope it helps,
Davide
Luke ha scritto:
I am seeing this on the status page of D6 on my Ubuntu server.
Does anyone know of a Ubuntu package that will solve this, or must I actually compile my own PHP here?
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. GD library 2.0 or higher GD library 2.0 or higher