summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authordron <dron>2010-12-14 12:52:59 +0000
committerdron <dron>2010-12-14 12:52:59 +0000
commitc46e0ced75c110a0d36b07abd622f3d14a66f6f6 (patch)
tree75b2b9b622568787b5fc4de37ba37ceb693ff3e5 /man
parent6edde44bab80286e021dcc5cddc3d71ce2b3b5f7 (diff)
downloadlibtiff-c46e0ced75c110a0d36b07abd622f3d14a66f6f6.tar.gz
Implement a new TIFF compression scheme LZMA reserving a new value 34925 for
Compression tag. As per bug http://bugzilla.maptools.org/show_bug.cgi?id=2221
Diffstat (limited to 'man')
-rw-r--r--man/tiffcp.122
1 files changed, 12 insertions, 10 deletions
diff --git a/man/tiffcp.1 b/man/tiffcp.1
index e2f03d9f..b351f5fd 100644
--- a/man/tiffcp.1
+++ b/man/tiffcp.1
@@ -1,4 +1,4 @@
-.\" $Id: tiffcp.1,v 1.10 2010-06-03 17:01:02 fwarmerdam Exp $
+.\" $Id: tiffcp.1,v 1.11 2010-12-14 12:53:00 dron Exp $
.\"
.\" Copyright (c) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@@ -83,10 +83,12 @@ for no compression,
for PackBits compression,
.B lzw
for Lempel-Ziv & Welch compression,
-.B jpeg
-for baseline JPEG compression,
.B zip
for Deflate compression,
+.B lzma
+for LZMA compression,
+.B jpeg
+for baseline JPEG compression,
.B g3
for CCITT Group 3 (T.4) compression,
and
@@ -118,16 +120,16 @@ list to the ``g3'' option; e.g.
.B "\-c g3:2d:fill"
to get 2D-encoded data with byte-aligned EOL codes.
.IP
-.SM LZW
+.SM LZW, Deflate
+and
+.SM LZMA
compression can be specified together with a
.I predictor
value.
-A predictor value of 2 causes
-each scanline of the output image to undergo horizontal
-differencing before it is encoded; a value
-of 1 forces each scanline to be encoded without differencing.
-LZW-specific options are specified by appending a ``:''-separated
-list to the ``lzw'' option; e.g.
+A predictor value of 2 causes each scanline of the output image to undergo
+horizontal differencing before it is encoded; a value of 1 forces each
+scanline to be encoded without differencing. LZW-specific options are
+specified by appending a ``:''-separated list to the ``lzw'' option; e.g.
.B "\-c lzw:2"
for
.SM LZW