dont convert to tiff

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?".
Post Reply
nerkn
Posts: 1
Joined: 2011-08-03T01:50:26-07:00
Authentication code: 8675308

dont convert to tiff

Post by nerkn »

Hi,
I try to convert from pdf to tiff than pass to ocr.
My problem is convert dont convert to tiff. Ocr ( tesseract ) cant any format except tiff, and complains, Gimp opens as pdf etc. Have a look at my other tries


nerkn@nerkn-laptop ~/Downloads/aila $ rm page1.tif
nerkn@nerkn-laptop ~/Downloads/aila $ convert page1.jpg -compress zip page1.tif
nerkn@nerkn-laptop ~/Downloads/aila $ ls -l page1.tif
-rw-r--r-- 1 nerkn nerkn 429784 2011-08-03 11:46 page1.tif
nerkn@nerkn-laptop ~/Downloads/aila $ rm page1.tif;convert page1.jpg -compress lzw page1.tif; ls -l page1.tif
-rw-r--r-- 1 nerkn nerkn 429784 2011-08-03 11:46 page1.tif
nerkn@nerkn-laptop ~/Downloads/aila $ rm page1.tif;convert page1.jpg +compress page1.tif; ls -l page1.tif
-rw-r--r-- 1 nerkn nerkn 429784 2011-08-03 11:47 page1.tif
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: dont convert to tiff

Post by fmw42 »

have you installed and does IM recognize libtif?

convert -list configure

look at the line starting DELEGATES and see if it lists tif

What version of IM and what platform are you using?
Post Reply