|
roentgen |
b75cab |
.\" $Id: bmp2tiff.1,v 1.7 2006-04-20 12:17:19 dron Exp $
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" Copyright (c) 2004, Andrey Kiselev <dron@ak4719.spb.edu> </dron@ak4719.spb.edu>
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" Permission to use, copy, modify, distribute, and sell this software and
|
|
roentgen |
b75cab |
.\" its documentation for any purpose is hereby granted without fee, provided
|
|
roentgen |
b75cab |
.\" that (i) the above copyright notices and this permission notice appear in
|
|
roentgen |
b75cab |
.\" all copies of the software and related documentation, and (ii) the names of
|
|
roentgen |
b75cab |
.\" Sam Leffler and Silicon Graphics may not be used in any advertising or
|
|
roentgen |
b75cab |
.\" publicity relating to the software without the specific, prior written
|
|
roentgen |
b75cab |
.\" permission of Sam Leffler and Silicon Graphics.
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
|
roentgen |
b75cab |
.\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
|
roentgen |
b75cab |
.\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.\" IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
|
|
roentgen |
b75cab |
.\" ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
|
|
roentgen |
b75cab |
.\" OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
roentgen |
b75cab |
.\" WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
|
|
roentgen |
b75cab |
.\" LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
|
roentgen |
b75cab |
.\" OF THIS SOFTWARE.
|
|
roentgen |
b75cab |
.\"
|
|
roentgen |
b75cab |
.if n .po 0
|
|
roentgen |
b75cab |
.TH BMP2TIFF 1 "15 October, 2004" "libtiff"
|
|
roentgen |
b75cab |
.SH NAME
|
|
roentgen |
b75cab |
bmp2tiff \- create a
|
|
roentgen |
b75cab |
.SM TIFF
|
|
roentgen |
b75cab |
file from a Microsoft Windows Device Independent Bitmap image file
|
|
roentgen |
b75cab |
.SH SYNOPSIS
|
|
roentgen |
b75cab |
.B bmp2tiff
|
|
roentgen |
b75cab |
[
|
|
roentgen |
b75cab |
.I options
|
|
roentgen |
b75cab |
]
|
|
roentgen |
b75cab |
.I input.bmp
|
|
roentgen |
b75cab |
[
|
|
roentgen |
b75cab |
.I input2.bmp ...\&
|
|
roentgen |
b75cab |
]
|
|
roentgen |
b75cab |
.I output.tiff
|
|
roentgen |
b75cab |
.SH DESCRIPTION
|
|
roentgen |
b75cab |
.I bmp2tiff
|
|
roentgen |
b75cab |
converts a Microsoft Windows Device Independent Bitmap image file to
|
|
roentgen |
b75cab |
.SM TIFF.
|
|
roentgen |
b75cab |
If several input BMP files are being specified the multipage
|
|
roentgen |
b75cab |
.SM TIFF
|
|
roentgen |
b75cab |
output file will be created. By default, the
|
|
roentgen |
b75cab |
.SM TIFF
|
|
roentgen |
b75cab |
image is created with data samples packed (\c
|
|
roentgen |
b75cab |
.IR PlanarConfiguration =1),
|
|
roentgen |
b75cab |
compressed with the PackBits algorithm (\c
|
|
roentgen |
b75cab |
.IR Compression =32773),
|
|
roentgen |
b75cab |
and with each strip no more than 8 kilobytes.
|
|
roentgen |
b75cab |
These characteristics can overridden, or explicitly specified
|
|
roentgen |
b75cab |
with the options described below.
|
|
roentgen |
b75cab |
.SH OPTIONS
|
|
roentgen |
b75cab |
.TP
|
|
roentgen |
b75cab |
.B \-c
|
|
roentgen |
b75cab |
Specify a compression scheme to use when writing image data:
|
|
roentgen |
b75cab |
.B "\-c none"
|
|
roentgen |
b75cab |
for no compression,
|
|
roentgen |
b75cab |
.B "\-c packbits"
|
|
roentgen |
b75cab |
for the PackBits compression algorithm (the default),
|
|
roentgen |
b75cab |
.B "\-c jpeg"
|
|
roentgen |
b75cab |
for the baseline JPEG compression algorithm,
|
|
roentgen |
b75cab |
.B "\-c zip"
|
|
roentgen |
b75cab |
for the Deflate compression algorithm,
|
|
roentgen |
b75cab |
and
|
|
roentgen |
b75cab |
.B "\-c lzw"
|
|
roentgen |
b75cab |
for Lempel-Ziv & Welch.
|
|
roentgen |
b75cab |
.TP
|
|
roentgen |
b75cab |
.BI \-r " number"
|
|
roentgen |
b75cab |
Write data with a specified number of rows per strip;
|
|
roentgen |
b75cab |
by default the number of rows/strip is selected so that each strip
|
|
roentgen |
b75cab |
is approximately 8 kilobytes.
|
|
roentgen |
b75cab |
.SH "SEE ALSO"
|
|
roentgen |
b75cab |
.BR gif2tiff (1),
|
|
roentgen |
b75cab |
.BR pal2rgb (1),
|
|
roentgen |
b75cab |
.BR ppm2tiff (1),
|
|
roentgen |
b75cab |
.BR raw2tiff (1),
|
|
roentgen |
b75cab |
.BR ras2tiff (1),
|
|
roentgen |
b75cab |
.BR sgi2tiff (1),
|
|
roentgen |
b75cab |
.BR libtiff (3TIFF)
|
|
roentgen |
b75cab |
.PP
|
|
roentgen |
b75cab |
Libtiff library home page:
|
|
roentgen |
b75cab |
.BR http://www.remotesensing.org/libtiff/
|