Index of /~alberto/tiff
Name Last modified Size Description
Parent Directory 26-Feb-2009 08:54 -
tiffflip.c 13-Oct-1995 10:36 17k
tiff2ps.c 12-Jun-1996 11:00 28k
tiff2pcl.c 12-Jun-1996 11:00 23k
tiff2gif.c 27-Jul-1998 15:50 57k
tiff2pdf.c 23-Nov-1998 14:14 19k
adsbit.tar.gz 29-Mar-2000 13:39 71k
TIFF bitmaps translators
TIFF bitmaps translators
In this directory you can find a few programs that I wrote to allow
conversion and possibly resampling of TIFF G4 files.
We use these utilities in the so-called
Article service
of the
NASA Astrophysics Data System.
Be warned that these programs have been written not as general-purpose
utilities, but rather as optimized programs to do the job at hand as
fast as possible, and that no documentation nor support comes with
them, so use them at your own risk. In order to compile them,
you will need a copy of Sam Leffler's
TIFF Library.
All programs are known to work with TIFF files with the following
characteristics:
- Bits/Sample: 1
- Image Width: a multiple of 32
- Compression Scheme: CCITT Group 4 facsimile encoding
- Photometric Interpretation: min-is-white
- Planar Configuration: single image plane
- Samples/Pixel: 1
- Rows/Strip == Image Length (i.e. image consists of one strip).
BTW: I think this is a requirement only for tiff2ps and tiff2pdf.
As stated above, all these programs come with no documentation nor
support, but I welcome any comments or improvements.
If you don't get the expected results when running the code on your
images, you should make sure that the image characteristics match the
ones listed above. This can be done by running the program
tiffinfo, which comes with the TIFF library.
Alberto Accomazzi
-- 25 March 1998