Search found 3 matches

by daniel
2013-08-12T02:58:13-07:00
Forum: Users
Topic: Imagemagick command line not working
Replies: 5
Views: 4433

Re: Imagemagick command line not working

thanks guys that did it. It now works perfectly thanks again
by daniel
2013-08-09T07:59:03-07:00
Forum: Users
Topic: Imagemagick command line not working
Replies: 5
Views: 4433

Re: Imagemagick command line not working

Ive now checked and my passthru command will echo to this.... "/usr/bin/convert" convert /images/icons/lantech_logo_lge.jpg -resize 100x100 /images/icons/lantech_logo_lge.jpg The instructions for imageMagick found http://www.imagemagick.org/Usage/basics/#cmdline say the format should be convert ...
by daniel
2013-08-09T05:00:02-07:00
Forum: Users
Topic: Imagemagick command line not working
Replies: 5
Views: 4433

Imagemagick command line not working

Hi All Im new to ImageMagick and just trying to get it working through command line. I did it once so I know it works but then changed the code without saving the page (Silly me!!) and now its no longer working. Here is my code $imgDir = "/images/icons"; $IMGMGK = "/usr/bin/convert"; $command ...