I get this message in my Dopple installation:
GD image filtering low quality / Poor performance
The installed version of PHP GD does not support image filtering (disappointment, blurring, denial, etc.) It was probably bundled with PHP compiled using GD library instead of official GD libraries. You should recompile PHP-compatible-GD using bundled GD library. See . Implementation of imagefilter in PHP will be used in the interim.
I am using the default GD library in PHP at Ubuntu 9.04
What is the exact order to update this library?
The issue you can install from php is that the Debian GD prepares GDs without extension Which php has added to the GD.
The second option is to set up and tell drupal to use imagemagick instead of gd. The image for me works much better than Magic GD. I tried to restrict users to upload 1200x1200 maximum size images and they were always running out of memory in php when uploading large images
apt-mill installed image maggiq
Comments
Post a Comment