On 10/05/11 19:21, John Foust wrote:
Each page filename is 000.TIF, 001.TIF, etc.
What's the best tool
for converting these to a sensible PDF? LibTiff tiffcp to multipage,
then tiff2pdf? I have Windows, Mac and Linux.
Use Imagemagick's convert tool to compress the images with TIFF Group 4
FAX compression if the images are black and white, or one of the
lossless compression formats (LZW or ZIP/Deflate) if they're greyscale.
Or even easier, save the greyscale images as PNG files, and only save
the B&W ones as TIFFs...
Then use Tumble to convert to PDF. This is a command-line app which runs
under Linux (and should work on OSX too; I had a working Windows port at
one point but haven't updated it in years) and takes a directory full of
TIFFs and converts them into a PDF. My branch
(
http://hg.philpem.me.uk/tumble/) adds PNG and JPEG2000 support and a
bunch of bug fixes (including the black/white inversion glitch).
Building is as simple as grabbing the tarball, then running 'make'.
You'll need the following libraries and their development headers installed:
libtiff
libjpeg
netpbm (or whatever provides pbm.h)
.. And a working C compiler :)
--
Phil.
classiccmp at philpem.me.uk
http://www.philpem.me.uk/