GD Image Filtering & GD Image Rotation - Low Quality / Poor Performance

  • Nachdem ich auf meinem managed Server die erste größere Drupal Installation eingerichtet habe, gibt es leider schon die ersten Warnungen:
    --------------------------
    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.


    ------------------------------------


    Kann ich das auf dem Server selbst einstellen? Wenn ja - wo :) ... oder it das ein "Job" für den Support?


    THX

  • Zur Info ... nachdem ich dann also den Support mit meinem Problem "beglückt" hatte, gab es eine PHP Version mit "GD2 Library Bundled" leider nur gegen satten Aufpreis.


    Aber mein Lieblings CMS Drupal hat ja noch ne zweite Möglichkeit der Bildkonvertierung in seiner IMAGE API :)! Gegen einen kleineren Aufpreis hat mir der Support dann IMAGE MAGICK auf dem Server installiert und nun funktionieren die serverseitigen Bildbearbeitungen trotzdem ... und ich musste kein Vermögen zahlen ;) Puh!