Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
LAPIII
Posts: 3 Joined: 2011-07-19T10:25:45-07:00
Authentication code: 8675308
Post
by LAPIII » 2011-10-02T14:18:27-07:00
Using Linux Mint 11 LXDE, I ran this to covert a pdf to tiff with Imagemagick:
Code: Select all
convert The_Tao_of_Abundance.pdf The_Tao_of_Abundance.tiff
And I got the following:
Code: Select all
convert: unable to open image `The_Tao_of_Abundance.pdf': @ error/blob.c/OpenBlob/2498.
convert: missing an image filename `The_Tao_of_Abundance.tiff' @ error/convert.c/ConvertImageCommand
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2011-10-10T11:05:33-07:00
Does your configuration include libtiff and ghostscript?
type
convert -list configure
what does the line starting with DELEGATES say -- does it include gs and tiff?
anthony
Posts: 8883 Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia
Post
by anthony » 2011-10-10T16:24:19-07:00
That error indicates that the file was not found!
Is the filename correct? Are you in the right directory? Check thoroughly!