Is there a quick test to see if ImageMagick was installed correctly?
I just installed it on my new Raq4 without errors (none that I saw anyway) but a quick look at perldiver.cgi doesn't show ImageMagick as an Installed Module.
Printable View
Is there a quick test to see if ImageMagick was installed correctly?
I just installed it on my new Raq4 without errors (none that I saw anyway) but a quick look at perldiver.cgi doesn't show ImageMagick as an Installed Module.
run a shell command on an image with mogrify command.
Thanks! OK, so I did a $ mogrify -colors 2 testimage.gif and it worked, but the $ mogrify -colors 2 testimage.jpg gives me this error:
I guess that means the JPEG library install didn't go very well. :(Code:$ mogrify -colors 2 testimage.jpg
mogrify: JPEG library is not available (testimage.jpg).
mogrify: Missing an image file name.