-.\" $Id: bmp2tiff.1,v 1.6 2006/03/23 14:54:02 dron Exp $
.\"
.\" Copyright (c) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
.\"
[
.I options
]
-.I input.bmp [input2.bmp ...]
+.I input.bmp
+[
+.I input2.bmp ...\&
+]
.I output.tiff
.SH DESCRIPTION
.I bmp2tiff
image is created with data samples packed (\c
.IR PlanarConfiguration =1),
compressed with the PackBits algorithm (\c
-.IR Compression = 32773),
+.IR Compression =32773),
and with each strip no more than 8 kilobytes.
These characteristics can overridden, or explicitly specified
with the options described below.
Specify a compression scheme to use when writing image data:
.B "\-c none"
for no compression,
-.B "-c packbits"
+.B "\-c packbits"
for the PackBits compression algorithm (the default),
-.B "-c jpeg"
+.B "\-c jpeg"
for the baseline JPEG compression algorithm,
-.B "-c zip
+.B "\-c zip"
for the Deflate compression algorithm,
and
.B "\-c lzw"
for Lempel-Ziv & Welch.
.TP
-.B \-r <number>
+.BI \-r " number"
Write data with a specified number of rows per strip;
by default the number of rows/strip is selected so that each strip
is approximately 8 kilobytes.