| ansella 2005-05-24, 12:25 am |
| I am using imageMagic to resize images before they are uploaded by my websit
e users. I seem to be able to use mogrify to change pics from jpeg to png et
c... and new images of the same name but different filetypes are created wit
hout touching the old ones...I just tried this to see if anything was workin
g....however, I cant use mogrify -resize. I get unable to open file...file d
oes not exist...
I can use mogrify resize from the command line on images in my documents fol
der that is on my D drive....I cannot use it at all on anything in my E driv
e where my php docs are. I also cant get it to work in my php scripts when c
alling exec() to do the command...also the exec() is returning no values...
I am using the code at
http://www.phpbuilder.com/columns/m...12.php3?page=2.
Of course i modified it do that I am using > instead of the >...anyway..do
es anyone know what I am doing wrong?
Thanks so much
Angel |