"hibaüzenet" az állapotjelentésnél:
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.
Csekély angoltudásommal azt látom, hogy az aktuális GD verzió nem támogatja a Fileter-t és a Forgatást.
A lokális gépemen 2.1.9, a tárhelyen 2.3.7 verzió van a a GD-ből.
Lehetséges, hogy frissebb verzió már nem támogatja ezeket, annál is inkább érdekes a dolog, mert az ImageCache sem működik a tárhelyemen. A dolog pikantériája, hogy ugyanezen a tárhelyen másik oldalnál nincs ez a hibaüzenet, és ott működik az ImageCache.
Lehetséges, hogy ez a hibaüzenet már csak egy másik hibának a következménye ?
Egyszerűbb volt a megoldás
Egyszerűbb volt a megoldás mint ahogy én gondoltam.
Az imagecache akcióknál a képátméretezés mellett egy élesítés is meg volt adva. Mivel "filtering" nincs a szerveren, ezt nem tudta végrehajtani a szerver, és az egyszerűség kedvéért ezek után nem is mentette el a képet...
...mit tudok: http://web.termuves.hu