Commit Graph

3404 Commits

Author SHA1 Message Date
Frank Warmerdam
1b7a840245 *** empty log message *** 2001-05-09 01:28:10 +00:00
Frank Warmerdam
a5d55c6575 Added two new entries. 2001-05-09 01:27:29 +00:00
Michael O'Rourke
a472e423ed test commit 2001-05-08 12:34:14 +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
f43b40d0ff removed duplicate TIFFTAG_PHOTOSHOP 2001-05-02 03:08:58 +00:00
Frank Warmerdam
9191ab82fa fixed up SHELL_SH/SHELL issues 2001-04-06 03:02:33 +00:00
Frank Warmerdam
256cebdc66 made more readable 2001-04-06 02:56:33 +00:00
Frank Warmerdam
f99796d17a more fixes from Scott 2001-04-06 02:54:35 +00:00
Frank Warmerdam
83ad20cfbc removed C++ style comment 2001-04-06 02:54:13 +00:00
Frank Warmerdam
61b0ba33f0 Fixed SCRIPT_SH/SHELL handling. 2001-04-06 02:53:24 +00:00
Frank Warmerdam
8cdf1878b4 added a few more documented variables 2001-04-06 02:52:35 +00:00
Frank Warmerdam
21724616f5 Wide variety of HP/UX configuration changes 2001-04-03 05:17:02 +00:00
Frank Warmerdam
60b7752932 new release 2001-04-03 04:03:30 +00:00
Frank Warmerdam
0263998eab AIX inttypes.h fix 2001-04-03 04:00:23 +00:00
Frank Warmerdam
a60c564b4f *** empty log message *** 2001-04-03 03:57:59 +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
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