Commit Graph

287 Commits

Author SHA1 Message Date
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
fb16c8ba87 added support for OPTIMIZER from config.site 2001-03-30 01:55:32 +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
a4079e754e Added Bruce for tiff2ps work. 2001-03-29 01:38:54 +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
0de034d3a6 moved copyright flag ... must be in tag order! 2001-03-16 21:05:35 +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
aba53d12dc added copyright tag 2001-03-02 04:59:52 +00:00
Frank Warmerdam
7b2e915893 New 2001-03-02 04:58:53 +00:00
Frank Warmerdam
f1ca6ff832 added tiffset 2001-03-02 04:58:46 +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
a361b724b1 Updated acknowledgements. 2001-02-19 15:31:17 +00:00
Frank Warmerdam
aefe065e30 *** empty log message *** 2001-02-19 15:22:07 +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
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
cde530b12f Updated my web page pointer. 2001-02-17 03:11:31 +00:00
Frank Warmerdam
c0cb9fbe5c avoid warning on vc++ 2001-02-17 03:07:54 +00:00
Frank Warmerdam
a6da80a7ac applied Greg Wards LogLuv patches 2001-02-17 03:03:52 +00:00
Mike Welles
6b9e77c4b4 changed ftp.onshore.com to ftp.remotesensing.org 2001-01-24 19:04:52 +00:00
Mike Welles
4e58796e7b Just committing RELEASE-DATE 2001-01-23 21:41:21 +00:00
Mike Welles
ded991f5a9 Pre announcement cleanup 2001-01-23 21:40:17 +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
66b26c1922 Fixed arguments to TIFFRGBAImageGet() call. 2001-01-07 19:10:29 +00:00
Frank Warmerdam
f89c360121 fixed tiffvers.h support a bit better 2000-12-29 00:19:32 +00:00
Frank Warmerdam
75bfb7c8ea added RELEASE-DATE file 2000-12-28 22:59:43 +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
Frank Warmerdam
f6b6e568b8 fixed to produce tiffvers.h instead of version.h 2000-12-28 22:55:11 +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
Mike Welles
ce16b036c1 My vanity domain was hijacked. Put my link to go to bangstate.com instead. 2000-12-22 20:30:29 +00:00
Mike Welles
a9c74fed15 Clean up. 2000-12-22 20:27:43 +00:00
Mike Welles
86f76420a2 Fixes and such. 2000-12-22 20:26:09 +00:00
Frank Warmerdam
22e9dda705 don't point at Niles' old jpl web site 2000-12-22 05:06:13 +00:00
Frank Warmerdam
f6b252e48a Reorganized a bit, added tif_apple.c change. 2000-12-21 14:57:43 +00:00
Frank Warmerdam
924b311912 Added step about RELEASE-DATE file. 2000-12-21 14:38:01 +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
Frank Warmerdam
e5085f2536 fixed @MACHDEPLIBS@ 2000-11-24 15:45:35 +00:00
Frank Warmerdam
228065f561 updated stuff about .so versions a bit 2000-11-24 15:44:38 +00:00
Frank Warmerdam
a3c28f9888 *** empty log message *** 2000-11-24 06:41:33 +00:00