7a1ad5e9d9
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. |
||
---|---|---|
.. | ||
fax2ps.1 | ||
fax2tiff.1 | ||
gif2tiff.1 | ||
libtiff.3t | ||
Makefile | ||
Makefile.in | ||
pal2rgb.1 | ||
ppm2tiff.1 | ||
ras2tiff.1 | ||
rgb2ycbcr.1 | ||
sgi2tiff.1 | ||
thumbnail.1 | ||
tiff2bw.1 | ||
tiff2ps.1 | ||
TIFFbuffer.3t | ||
TIFFClose.3t | ||
tiffcmp.1 | ||
TIFFcodec.3t | ||
tiffcp.1 | ||
tiffdither.1 | ||
tiffdump.1 | ||
TIFFError.3t | ||
TIFFFlush.3t | ||
TIFFGetField.3t | ||
tiffgt.1 | ||
tiffinfo.1 | ||
tiffmedian.1 | ||
TIFFmemory.3t | ||
TIFFOpen.3t | ||
TIFFPrintDirectory.3t | ||
TIFFquery.3t | ||
TIFFReadDirectory.3t | ||
TIFFReadEncodedStrip.3t | ||
TIFFReadEncodedTile.3t | ||
TIFFReadRawStrip.3t | ||
TIFFReadRawTile.3t | ||
TIFFReadRGBAImage.3t | ||
TIFFReadRGBAStrip.3t | ||
TIFFReadRGBATile.3t | ||
TIFFReadScanline.3t | ||
TIFFReadTile.3t | ||
TIFFRGBAImage.3t | ||
TIFFSetDirectory.3t | ||
TIFFSetField.3t | ||
TIFFsize.3t | ||
tiffsplit.1 | ||
TIFFstrip.3t | ||
tiffsv.1 | ||
TIFFswab.3t | ||
TIFFtile.3t | ||
TIFFWarning.3t | ||
TIFFWriteDirectory.3t | ||
TIFFWriteEncodedStrip.3t | ||
TIFFWriteEncodedTile.3t | ||
TIFFWriteRawStrip.3t | ||
TIFFWriteRawTile.3t | ||
TIFFWriteScanline.3t | ||
TIFFWriteTile.3t |