summaryrefslogtreecommitdiff
path: root/man/ppm2tiff.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/ppm2tiff.1')
-rw-r--r--man/ppm2tiff.117
1 files changed, 10 insertions, 7 deletions
diff --git a/man/ppm2tiff.1 b/man/ppm2tiff.1
index 8554cb74..4ea052b5 100644
--- a/man/ppm2tiff.1
+++ b/man/ppm2tiff.1
@@ -1,7 +1,7 @@
-.\" $Header: /usr/people/sam/tiff/man/RCS/ppm2tiff.1,v 1.7 1995/07/07 23:29:04 sam Exp $
+.\" $Header: /usr/people/sam/tiff/man/RCS/ppm2tiff.1,v 1.10 1995/10/11 19:42:00 sam Exp $
.\"
-.\" Copyright (c) 1991, 1992, 1993, 1994 Sam Leffler
-.\" Copyright (c) 1991, 1992, 1993, 1994 Silicon Graphics, Inc.
+.\" Copyright (c) 1991-1995 Sam Leffler
+.\" Copyright (c) 1991-1995 Silicon Graphics, Inc.
.\"
.\" Permission to use, copy, modify, distribute, and sell this software and
.\" its documentation for any purpose is hereby granted without fee, provided
@@ -23,7 +23,7 @@
.\" OF THIS SOFTWARE.
.\"
.if n .po 0
-.TH PPM2TIFF 1 "September 26, 1994"
+.TH PPM2TIFF 1 "October 15, 1995"
.SH NAME
ppm2tiff \- create a
.SM TIFF
@@ -34,7 +34,6 @@ image file
.B ppm2tiff
[
.I options
-]
] [
.I input.ppm
]
@@ -74,10 +73,14 @@ Specify a compression scheme to use when writing image data:
.B "\-c none"
for no compression,
.B "-c packbits"
-for the PackBits compression algorithm),
+for the PackBits compression algorithm,
+.B "-c jpeg"
+for the baseline JPEG compression algorithm,
+.B "-c zip
+for the Deflate compression algorithm,
and
.B "\-c lzw"
-for Lempel-Ziv & Welch (the default).
+for Lempel-Ziv & Welch compression (the default).
.TP
.B \-r
Write data with a specified number of rows per strip;