Hallo
Ich hab ein Problem mit ImageMagick's mogrify, wobei das Problem auch an der PHP Funktion system liegen könnte.
funktioniert auf meinem PC (WinXP, Apache/1.3.27 (Win32) PHP/4.3.1), aber nicht auf meinem Webspace (Linux, Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_perl/1.24_01 PHP/4.3.1 mod_ssl/2.8.12 OpenSSL/0.9.6b mod_gzip/1.3.19.1a)
weiß jemand, was ich falsch mache ?
Ich hab ein Problem mit ImageMagick's mogrify, wobei das Problem auch an der PHP Funktion system liegen könnte.
PHP-Code:
system("mogrify -size 150x100 -resize 150x100 \"gewinnspiel/thumbs/".$pic_name."\"");
weiß jemand, was ich falsch mache ?
Kommentar