Commit Graph

133 Commits

Author SHA1 Message Date
Frank Warmerdam
e7bdb18949 fixed memory overrun in packbits decode 2001-09-06 19:28:45 +00:00
Frank Warmerdam
d15abe6676 Allow handling of images with extra samples that are to be ignored for
contiguous 8bit greyscale and paletted images.
See bug http://bugzilla.remotesensing.org/show_bug.cgi?id=75
2001-08-31 13:53:08 +00:00
Frank Warmerdam
abf486d1fa fixed CMYK problem in getimage 2001-08-28 13:11:38 +00:00
Frank Warmerdam
7afe0a69bc fixed problem copying overlapping buffers in TIFFReadRGBATile() 2001-08-11 03:41:07 +00:00
Frank Warmerdam
7f12712234 fixed getopt so that -b works again 2001-08-11 03:13:59 +00:00
Frank Warmerdam
66ca643de3 added check for __LP64__ for 64bit architectures as per bugzilla bug 67 2001-08-10 02:37:52 +00:00
Frank Warmerdam
c997939e76 *** empty log message *** 2001-07-27 13:25:19 +00:00
Frank Warmerdam
5579e5cda2 *** empty log message *** 2001-07-20 15:01:42 +00:00
Frank Warmerdam
71a2c4a090 seek back to zero patch in tif_open 2001-07-20 02:22:46 +00:00
Frank Warmerdam
48b7fecaa1 *** empty log message *** 2001-07-18 13:29:36 +00:00
Frank Warmerdam
87f580c152 added DESTDIR support as per bug 60 2001-07-17 13:13:37 +00:00
Frank Warmerdam
f45df42b1b applied openbsd patches (as per bug 61) 2001-07-16 20:42:59 +00:00
Frank Warmerdam
0ef5434120 *** empty log message *** 2001-06-29 03:18:41 +00:00
Frank Warmerdam
63ad614292 *** empty log message *** 2001-06-29 02:48:59 +00:00
Frank Warmerdam
ecfaa86dcb AIX DSO fixes 2001-06-22 21:20:08 +00:00
Frank Warmerdam
e0368fb99c *** empty log message *** 2001-06-22 14:29:47 +00:00
Frank Warmerdam
f84737906e added -n flag 2001-06-13 15:24:37 +00:00
Frank Warmerdam
f1492d5592 *** empty log message *** 2001-05-22 19:40:39 +00:00
Frank Warmerdam
8ff59a642c *** empty log message *** 2001-05-13 14:50:17 +00:00
Frank Warmerdam
47c14d60ad OJPEG support 2001-05-12 04:01:32 +00:00
Frank Warmerdam
1f9632f936 moved pixar and copyright tags to keep in order 2001-05-09 01:33:16 +00:00
Frank Warmerdam
1b7a840245 *** empty log message *** 2001-05-09 01:28:10 +00:00
Frank Warmerdam
28dd547b7e attempt to resolve uint32 count size for TIFFTAG_PHOTOSHOP 2001-05-02 13:35:03 +00:00
Frank Warmerdam
b117e2acd9 *** empty log message *** 2001-05-02 03:09:42 +00:00
Frank Warmerdam
f99796d17a more fixes from Scott 2001-04-06 02:54:35 +00:00
Frank Warmerdam
21724616f5 Wide variety of HP/UX configuration changes 2001-04-03 05:17:02 +00:00
Frank Warmerdam
0263998eab AIX inttypes.h fix 2001-04-03 04:00:23 +00:00
Frank Warmerdam
9864187bcd prepare for 3.5.7 2001-04-03 03:56:38 +00:00
Frank Warmerdam
a255812074 added Darwin test to see if -lm needed 2001-04-03 03:51:57 +00:00
Frank Warmerdam
8671dffe68 applied new config.guess from MacOS X 2001-04-03 03:25:46 +00:00
Frank Warmerdam
4f4c99abfc From Helge (libtiff@oldach.net)
Here's a fix for fax2ps that corrects behaviour for non-Letter paper
sizes. It fixes two problems:

Without scaling (-S) the fax is now centered on the page size specified
with -H and/or -W. Before, fax2ps was using an obscure and practially
useless algorithm to allocate the image relative to Letter sized paper
which sometime sled to useless whitespace on the paper, while at the
same time cutting of the faxes printable area at the opposite border.

Second, scaling now preserves aspect ratio, which makes unusual faxes
(in particular short ones) print properly.
2001-03-29 01:45:43 +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
f3bbcf1b9e #if fix for VisualAge/AIX 2001-03-27 22:57:51 +00:00
Frank Warmerdam
dc989a55c2 *** empty log message *** 2001-03-16 21:06:14 +00:00
Frank Warmerdam
8eea65a406 added support for 16bit minisblack/miniswhite images 2001-03-13 19:07:02 +00:00
Frank Warmerdam
fa01e4a72c *** empty log message *** 2001-03-02 05:14:03 +00:00
Frank Warmerdam
aefe065e30 *** empty log message *** 2001-02-19 15:22:07 +00:00
Frank Warmerdam
8867ddfb3e Brent Roman submitted new version adding serveral missing entry points. 2001-02-17 03:54:54 +00:00
Frank Warmerdam
b18f9bb835 vms hack - tiffFieldInfo not static on VMS 2001-02-17 03:20:39 +00:00
Frank Warmerdam
a6da80a7ac applied Greg Wards LogLuv patches 2001-02-17 03:03:52 +00:00
Frank Warmerdam
00761c187e fix when attempting TIFFOpen(r+) of fax3/4 compressed files 2001-01-23 14:45:58 +00:00
Mike Welles
9a1d08fc5a Makefile.in is now cleaning up after iteself in the "release" target 2001-01-08 16:07:33 +00:00
Frank Warmerdam
a5a724a995 *** empty log message *** 2001-01-07 19:11:13 +00:00
Frank Warmerdam
3ba946b076 *** empty log message *** 2000-12-28 22:59:06 +00:00
Frank Warmerdam
7c2ef4f738 *** empty log message *** 2000-12-28 22:57:48 +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
22e9dda705 don't point at Niles' old jpl web site 2000-12-22 05:06:13 +00:00
Frank Warmerdam
3395339870 applied carbon api support from Leonard Rosenthol <leonardr@lazerware.com> 2000-12-21 14:32:43 +00:00
Mike Welles
177452c8c9 Pre-release checkin 2000-12-19 20:12:53 +00:00
Frank Warmerdam
a02f97a5d4 added EOFB support as per Frank Cringles patch 2000-12-01 15:46:46 +00:00