X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8414a40c52191d4c7cfeea74df22d9d64cbec415..d9dd0c95df369be61d3dfa9314e87b589e50526a:/src/tiff/man/bmp2tiff.1 diff --git a/src/tiff/man/bmp2tiff.1 b/src/tiff/man/bmp2tiff.1 index f63ed867e2..cd0280eea0 100644 --- a/src/tiff/man/bmp2tiff.1 +++ b/src/tiff/man/bmp2tiff.1 @@ -1,4 +1,3 @@ -.\" $Id: bmp2tiff.1,v 1.6 2006/03/23 14:54:02 dron Exp $ .\" .\" Copyright (c) 2004, Andrey Kiselev .\" @@ -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 +.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.