Search found 3 matches
- 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
- 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 ...
- 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 ...