i can't seem to run imagemagick commands on an image url.
Posted: 2007-09-06T12:53:20-07:00
i can't seem to run imagemagick commands on an image url. i think it might have something to do either w/ my imagemagick install or my server configuration, because the command works fine on one of my servers, but not on the other.
here is the command:
convert "http://www.thisisvlad.com/gallery/album ... .sized.jpg" -colorspace RGB -thumbnail "850x550>" "/var/www/html/app/tmp/images/test.jpg"
and i get the error:
convert: missing an image filename `/var/www/html/app/tmp/images/test.jpg'.
any ideas on how to fix it? did i just install imagemagick wrong?
here is the command:
convert "http://www.thisisvlad.com/gallery/album ... .sized.jpg" -colorspace RGB -thumbnail "850x550>" "/var/www/html/app/tmp/images/test.jpg"
and i get the error:
convert: missing an image filename `/var/www/html/app/tmp/images/test.jpg'.
any ideas on how to fix it? did i just install imagemagick wrong?