Commit Graph

42 Commits

Author SHA1 Message Date
Andrey Kiselev
c2d7ef0d2c Added support for deflate compression. 2002-06-27 07:41:33 +00:00
Andrey Kiselev
68db217599 New functionality for tiff2ps utility: splitting long images in several pages.
See http://bugzilla.remotesensing.org/show_bug.cgi?id=142 for explanation.
Patch granted by John Williams <williams@morinda.com>.
2002-06-21 10:24:40 +00:00
Andrey Kiselev
ff51d7a6aa New commandline switches to override resolution units obtained from the input
file. Closes http://bugzilla.remotesensing.org/show_bug.cgi?id=131
2002-05-10 10:45:43 +00:00
Andrey Kiselev
edf96b1546 Added description for the TIFFCheckpointDirectory() function. 2002-04-09 20:01:27 +00:00
Andrey Kiselev
2f7e5be995 *** empty log message *** 2002-04-04 14:40:14 +00:00
Andrey Kiselev
9f49fe090a TIFFTAG_COPYRIGHT description fixed. 2002-04-03 12:21:52 +00:00
Frank Warmerdam
dee5694586 Added copyright. 2002-03-01 04:10:11 +00:00
Frank Warmerdam
e9ca55d134 Fixed type of TIFFTAG_COPYRIGHT. 2002-03-01 04:09:03 +00:00
Frank Warmerdam
c57b40c358 Fixed DESTDIR handling. Bug 95. 2002-02-11 13:53:52 +00:00
Frank Warmerdam
7f05378ed7 added TIFFRewriteDirectory info 2001-09-26 17:32:24 +00:00
Frank Warmerdam
2c26534c4b *** empty log message *** 2001-09-25 02:26:29 +00:00
Frank Warmerdam
b6d12d041c obsolete 2001-09-24 19:55:32 +00:00
Frank Warmerdam
7925abb90f Added TIFFClientOpen man page link. 2001-07-27 13:18:50 +00:00
Frank Warmerdam
87f580c152 added DESTDIR support as per bug 60 2001-07-17 13:13:37 +00:00
Frank Warmerdam
72157c76eb added addition bug cases 2001-06-29 02:46:45 +00:00
Frank Warmerdam
06fe9227c6 New 2001-06-13 15:32:19 +00:00
Frank Warmerdam
08e3df0753 Added tiff2rgba in missing spot. 2001-06-13 15:26:44 +00:00
Frank Warmerdam
f11ebe5337 Added tiff2rgba.1. 2001-06-13 15:25:35 +00:00
Frank Warmerdam
54eee39fba New 2001-06-13 15:23:57 +00:00
Frank Warmerdam
9191ab82fa fixed up SHELL_SH/SHELL issues 2001-04-06 03:02:33 +00:00
Frank Warmerdam
21724616f5 Wide variety of HP/UX configuration changes 2001-04-03 05:17:02 +00:00
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
Frank Warmerdam
50d81a1c8c added TIFFTAG_COPYRIGHT 2001-03-02 04:48:20 +00:00
Frank Warmerdam
9f642c3820 added copyright 2001-03-02 04:47:19 +00:00
Frank Warmerdam
b4f624124b put -b in alphabetical order 2001-02-19 15:20:54 +00:00
Frank Warmerdam
3ba769b282 Brent Roman: added bias, and comma subfile support, removed -z 2001-02-19 15:18:19 +00:00
Mike Welles
4e58796e7b Just committing RELEASE-DATE 2001-01-23 21:41:21 +00:00
Mike Welles
a7f6e194cf * modified Makefile.in, configure, and dist/newversion, so that.
the old code updates things based on the info in VERSION. I've
	  kept this, but added a second token in VERSION, "beta". configure
	  will now parse VERSION into $VERSION and $RELEASE.  Whatever the
	  second token is will be appened to the "release" target tar and
	  zip afiles, and will be used by dist/newversion to
	  create dist/tiff.version.
2000-12-22 22:33:41 +00:00
Frank Warmerdam
6e2a00dfee Fixed API to refer to row, not strip as the argument. 2000-09-25 15:39:07 +00:00
Mike Welles
f076e7232f Added patch to remove compiler warnings in tif_lzw.c 2000-04-04 14:43:35 +00:00
Mike Welles
9770233888 Updated docs, changelog -- modified Makefile.in to make release target in parent directory 2000-03-29 04:35:28 +00:00
Mike Welles
c21b8b9753 ke Welles <mike@onshore.com>
* fax2ps:  Modified printruns to take uint32 instead of uint16.
	Patch courtesy of Bernt Herd <herd@herdsoft.com>

	* html:  Createdd v3.5.5.htmlCVS: Modified Files:
2000-03-27 17:05:55 +00:00
Mike Welles
d20c60a208 2000-03-20 Mike Welles <mike@onshore.com>
* configure: added test for libc6 for linux targets.  Bug reported by
          Stanislav Brabec <utx@k332.feld.cvut.cz>

	* Added 3.5 docs to html/Makefile.in.  Thanks to  Stanislav Brabec <utx@k332.feld.cvut.cz>

	* configure: fixed bugs in sed scripts (applied sed script s:/@:s;@:;s:/s;;:;: to configure).
	  fix submitted to Stanislav Brabec <utx@k332.feld.cvut.cz>

	* tools/iptcutil was not in files list, and wasn't being added to tar archive.  Updated Makefile.in.
2000-03-20 18:20:42 +00:00
Frank Warmerdam
71609d81eb added TIFFWriteTile.3t 1999-11-29 16:42:44 +00:00
Frank Warmerdam
59c8847394 New 1999-11-29 16:42:31 +00:00
Frank Warmerdam
f5604424f3 Modified TIFFIsByteSwapped() help to not imply that application code
is normally responsible for byte swapping image data.
1999-11-24 17:08:30 +00:00
Mike Welles
8883ce4e1c release fixing.. 1999-09-28 17:22:20 +00:00
Mike Welles
8deaff17c2 added mailling list information to index.html, added IPTC inforamtion to libtiff man page. 1999-09-06 15:25:10 +00:00
Frank Warmerdam
bba08e8ce2 added TIFFReadRGBATile/Strip 1999-08-16 18:45:52 +00:00
Frank Warmerdam
7e006ac272 New 1999-08-16 18:37:40 +00:00
Frank Warmerdam
22abb1e08a added see also links for Strip/Tile oriented access 1999-08-16 17:29:55 +00:00
Mike Welles
0ef31e1f62 Initial revision 1999-07-27 21:50:26 +00:00