libtiff/tools
Frank Warmerdam 7a1ad5e9d9 Broad changes to tiff2ps by Bruce A. Mallett.
Fixed PS_Lvl2page() code which outputs non-ASCII85 raw
    data.  Moved test for when to output a line break to
    *after* the output of a character.  This just serves
    to fix an eye-nuisance where the first line of raw
    data was one character shorter than subsequent lines.

    Added an experimental ASCII85 encoder which can be used
    only when there is a single buffer of bytes to be encoded.
    This version is much faster at encoding a straight-line
    buffer of data because it can avoid alot of the loop
    overhead of the byte-by-bye version.  To use this version
    you need to define EXP_ASCII85ENCODER (experimental ...).

    Added bug fix given by Michael Schmidt to PS_Lvl2page()
    in which an end-of-data marker ('>') was not being output
    when producing non-ASCII85 encoded PostScript Level 2
    data.

    Fixed PS_Lvl2colorspace() so that it no longer assumes that
    a TIFF having more than 2 planes is a CMYK.  This routine
    no longer looks at the samples per pixel but instead looks
    at the "photometric" value.  This change allows support of
    CMYK TIFFs.

    Modified the PostScript L2 imaging loop so as to test if
    the input stream is still open before attempting to do a
    flushfile on it.  This was done because some RIPs close
    the stream after doing the image operation.

    Got rid of the realloc() being done inside a loop in the
    PSRawDataBW() routine.  The code now walks through the
    byte-size array outside the loop to determine the largest
    size memory block that will be needed.

    Added "-m" switch to ask tiff2ps to, where possible, use the
    "imagemask" operator instead of the "image" operator.

    Added the "-i #" switch to allow interpolation to be disabled.

    Unrolled a loop or two to improve performance.
2001-03-29 01:34:33 +00:00
..
fax2ps.c fixed swapping of width and height in BoundingBox 2000-03-28 18:22:59 +00:00
fax2tiff.c avoid warnings on IRIX 2000-01-28 21:18:16 +00:00
gif2tiff.c Created lzw compression kit, as a new module (libtiff-lzw-compression-kit). 1999-12-27 17:35:01 +00:00
Makefile Just committing RELEASE-DATE 2001-01-23 21:41:21 +00:00
Makefile.in added tiffset 2001-03-02 04:58:46 +00:00
Makefile.lcc added tiff2rgba 1999-08-16 18:26:37 +00:00
Makefile.vc Added clean target. 2000-01-05 03:13:58 +00:00
pal2rgb.c Created lzw compression kit, as a new module (libtiff-lzw-compression-kit). 1999-12-27 17:35:01 +00:00
ppm2tiff.c Created lzw compression kit, as a new module (libtiff-lzw-compression-kit). 1999-12-27 17:35:01 +00:00
ras2tiff.c Created lzw compression kit, as a new module (libtiff-lzw-compression-kit). 1999-12-27 17:35:01 +00:00
rasterfile.h Initial revision 1999-07-27 21:50:26 +00:00
rgb2ycbcr.c fixed output strip size to account for vertical roundup to sample factor 2000-10-19 13:23:49 +00:00
sgi2tiff.c Created lzw compression kit, as a new module (libtiff-lzw-compression-kit). 1999-12-27 17:35:01 +00:00
sgigt.c Initial revision 1999-07-27 21:50:26 +00:00
sgisv.c Created lzw compression kit, as a new module (libtiff-lzw-compression-kit). 1999-12-27 17:35:01 +00:00
thumbnail.c Initial revision 1999-07-27 21:50:26 +00:00
tiff2bw.c tiff2bw accuracy patch from Stanislav Brabec 2000-10-12 14:16:22 +00:00
tiff2ps.c Broad changes to tiff2ps by Bruce A. Mallett. 2001-03-29 01:34:33 +00:00
tiff2rgba.c Created lzw compression kit, as a new module (libtiff-lzw-compression-kit). 1999-12-27 17:35:01 +00:00
tiffcmp.c Fixed stopondiff testing so that -l works. 2000-02-16 02:53:49 +00:00
tiffcp.c Brent Roman: added bias, and comma subfile support, removed -z 2001-02-19 15:18:19 +00:00
tiffdither.c Created lzw compression kit, as a new module (libtiff-lzw-compression-kit). 1999-12-27 17:35:01 +00:00
tiffdump.c Initial revision 1999-07-27 21:50:26 +00:00
tiffinfo.c Initial revision 1999-07-27 21:50:26 +00:00
tiffmedian.c Created lzw compression kit, as a new module (libtiff-lzw-compression-kit). 1999-12-27 17:35:01 +00:00
tiffset.c New 2001-03-02 04:58:53 +00:00
tiffsplit.c copy TIFFTAG_SAMPLEFORMAT field 2000-04-18 22:47:10 +00:00
ycbcr.c Initial revision 1999-07-27 21:50:26 +00:00