]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/man/bmp2tiff.1
Second part of #15224 fix: AddRows, AddColumns (dghart)
[wxWidgets.git] / src / tiff / man / bmp2tiff.1
index f63ed867e260ec575a1e4b9dbb064aaba06c4cc9..cd0280eea030d38e746bec721e9fa3086ac09957 100644 (file)
@@ -1,4 +1,3 @@
-.\" $Id: bmp2tiff.1,v 1.6 2006/03/23 14:54:02 dron Exp $
 .\"
 .\" Copyright (c) 2004, Andrey Kiselev <dron@ak4719.spb.edu> 
 .\"
@@ -32,7 +31,10 @@ file from a Microsoft Windows Device Independent Bitmap image file
 [
 .I options
 ]
-.I input.bmp [input2.bmp ...]
+.I input.bmp
+[
+.I input2.bmp ...\&
+]
 .I output.tiff
 .SH DESCRIPTION
 .I bmp2tiff
@@ -45,7 +47,7 @@ output file will be created. By default, the
 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.
@@ -55,17 +57,17 @@ 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.