-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

can anyone tell me why following script does not resize image? It calls 
ImageMagick function mogrify to resize image. Webserver user does have access 
to shell, script and image are owned by webserver user.

<?
$file = "DSCI0005.JPG";
exec("mogrify -resize 164x131! $file");
?>

Thank you

- -- 
kind regards
- --
Martin Hudec
- --------------------------
 :@:  [EMAIL PROTECTED]
 :w:  http://www.corwin.sk
 :m:  +421.907.303.393
- --------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/cu2b1VPr1EE7sj4RAjiRAKCKgQDRmp6b7SjW3VnT5lMlBr2YFQCgkL2h
FypoB1eyT/Xux1vs9u415ro=
=OrXs
-----END PGP SIGNATURE-----

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to