summaryrefslogtreecommitdiff
path: root/tools/raw2tiff.c
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-07-24 19:03:16 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-07-24 19:03:16 +0000
commitc79429f4fe154f4983668f719dead4b9b916fc19 (patch)
treebc399f96f5afbfb70e6355b2b868b1c791811c7c /tools/raw2tiff.c
parentddbcf79378b57aa4ffad25acaf83e1910b6ba34e (diff)
downloadlibtiff-git-c79429f4fe154f4983668f719dead4b9b916fc19.tar.gz
Removed message about LZW patents.
Diffstat (limited to 'tools/raw2tiff.c')
-rw-r--r--tools/raw2tiff.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/raw2tiff.c b/tools/raw2tiff.c
index 90f969ae..1b085bc1 100644
--- a/tools/raw2tiff.c
+++ b/tools/raw2tiff.c
@@ -1,4 +1,4 @@
-/* $Id: raw2tiff.c,v 1.12 2004-06-29 19:19:17 dron Exp $
+/* $Id: raw2tiff.c,v 1.13 2004-07-24 19:04:37 dron Exp $
*
* Project: libtiff tools
* Purpose: Convert raw byte sequences in TIFF images
@@ -565,7 +565,6 @@ static char* stuff[] = {
" band band interleaved data",
"",
" -c lzw[:opts] compress output with Lempel-Ziv & Welch encoding",
-" (no longer supported by default due to Unisys patent enforcement)",
" -c zip[:opts] compress output with deflate encoding",
" -c jpeg[:opts]compress output with JPEG encoding",
" -c packbits compress output with packbits encoding",