Commit Graph

102 Commits

Author SHA1 Message Date
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
Frank Warmerdam
a3c28f9888 *** empty log message *** 2000-11-24 06:41:33 +00:00
Frank Warmerdam
abcd47ae35 added --prefix, and --exec-prefix support to configure 2000-11-22 14:41:35 +00:00
Frank Warmerdam
9900baca3c variety of changes to automatic version handling 2000-11-13 14:42:38 +00:00
Frank Warmerdam
7410217a75 check for _WIN32 2000-11-13 14:23:53 +00:00
Frank Warmerdam
b11174bea8 *** empty log message *** 2000-10-20 17:36:16 +00:00
Frank Warmerdam
6429172d11 *** empty log message *** 2000-10-20 14:37:19 +00:00
Frank Warmerdam
aa844c5047 *** empty log message *** 2000-10-19 13:40:15 +00:00
Frank Warmerdam
91b8b7c26c clear TIFF_ISTILED in TIFFDefaultDirectory() 2000-10-17 03:23:36 +00:00
Frank Warmerdam
0cd032f123 *** empty log message *** 2000-10-17 02:48:21 +00:00
Frank Warmerdam
de9b66753d tiff2bw accuracy patch from Stanislav Brabec 2000-10-12 14:16:22 +00:00
Frank Warmerdam
8b6b975659 don't allow open of compressed files for r+ 2000-09-30 04:18:55 +00:00
Frank Warmerdam
582fb18716 added GNULDdso, and switch LINUX and FreeBSD to use it 2000-09-27 16:20:40 +00:00
Frank Warmerdam
8d9e3bcf65 tif_fax3 bug fix per Roman Shpount 2000-09-26 12:59:19 +00:00
Frank Warmerdam
b6348a4592 *** empty log message *** 2000-09-26 03:43:27 +00:00
Frank Warmerdam
05d0760fc7 *** empty log message *** 2000-09-25 21:04:48 +00:00
Frank Warmerdam
af621273ea *** empty log message *** 2000-09-25 14:00:15 +00:00
Frank Warmerdam
a329e43215 *** empty log message *** 2000-09-18 21:29:46 +00:00
Frank Warmerdam
da97c5e0a4 Don't return an error from TIFFWriteData() if BEENWRITING not set 2000-09-14 20:22:58 +00:00
Frank Warmerdam
fb02956eb9 Don't set MMAP for O_RDWR files 2000-08-14 18:10:43 +00:00
Frank Warmerdam
0625a1295b Set STRIPCHOP_DEFAULT for O_RDWR as well as for O_RDONLY so that files
opened for update access can be "strip chopped" too.
2000-08-14 17:30:58 +00:00
Frank Warmerdam
c1282751c6 fixed bug with unterminated files, and strips per separation change 2000-08-14 16:21:54 +00:00
Frank Warmerdam
ad9af004db *** empty log message *** 2000-07-17 16:55:05 +00:00
Mike Welles
4b79457a0e Bugzilla info 2000-07-13 14:58:15 +00:00
Frank Warmerdam
889ea5bfd9 *** empty log message *** 2000-07-12 19:20:14 +00:00
Frank Warmerdam
c1cd54d7dd *** empty log message *** 2000-07-12 13:01:49 +00:00
Frank Warmerdam
082013bfef *** empty log message *** 2000-06-15 15:45:44 +00:00
Frank Warmerdam
6ed3331ca5 *** empty log message *** 2000-05-11 15:26:15 +00:00
Frank Warmerdam
b620bd3703 *** empty log message *** 2000-05-11 12:01:19 +00:00
Frank Warmerdam
159348246d *** empty log message *** 2000-04-21 21:45:11 +00:00
Frank Warmerdam
7538c6d0bc *** empty log message *** 2000-04-18 22:48:54 +00:00
Frank Warmerdam
859c2524f6 *** empty log message *** 2000-04-18 22:47:36 +00:00