GD Image Rotation Low Quality / Poor Performance error on debian
If you get a error message like this one:
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 PHPPHP
. 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.
And you run a debian LinuxLinux
server and you have access to it. And you don´t want to recompile (it) . Here is the solution for it:
You could use the dotdeb repository. It has everything you need. Just set this sources:
deb http://packages.dotdeb.org stable all deb-src http://packages.dotdeb.org stable all
In your: /etc/apt/sources.list file
RunRun reviews
apt-get or aptitude, and your done












