<!DOCTYPE REFENTRY PUBLIC "-//Sun Microsystems//DTD DocBook V3.0-Based SolBook Subset V2.0//EN" [
<!--ArborText, Inc., 1988-1999, v.4002-->
<!--ARC : LSARC 2003/085 libtiff, libjpeg, and libpng-->
<!ENTITY cmd "gif2tiff">
<!ENTITY % commonents SYSTEM "smancommon.ent">
%commonents;
<!ENTITY % booktitles SYSTEM "booktitles.ent">
%booktitles;
<!ENTITY suncopy "Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.">
]>
<?Pub UDT _bookmark _target>
<?Pub Inc>
<refentry id="gif2tiff-1">
<!-- %Z%%M% %I% %E% SMI; -->
<refmeta><refentrytitle>gif2tiff</refentrytitle><manvolnum>1</manvolnum>
<refmiscinfo class="date">26 Mar 2004</refmiscinfo>
<refmiscinfo class="sectdesc">&man1;</refmiscinfo>
<refmiscinfo class="software">&release;</refmiscinfo>
<refmiscinfo class="arch">generic</refmiscinfo>
<refmiscinfo class="copyright">&suncopy;</refmiscinfo>
</refmeta>
<indexterm><primary>gif2tiff</primary></indexterm><indexterm><primary>create
a TIFF file from a GIF87 format image file</primary></indexterm>
<refnamediv id="gif2tiff-1-name"><refname>gif2tiff</refname><refpurpose>create
a TIFF file from a GIF87 format image file</refpurpose></refnamediv>
<refsynopsisdiv id="gif2tiff-1-synp"><title>&synp-tt;</title>
<cmdsynopsis><command>&cmd;</command><arg choice="opt"><option role="nodash"><replaceable>
options</replaceable></option></arg><arg choice="plain"><option role="nodash"><replaceable>
input.gif</replaceable></option></arg><arg choice="plain"><option role="nodash"><replaceable>
output.tif</replaceable></option></arg>
</cmdsynopsis></refsynopsisdiv>
<refsect1 id="gif2tiff-1-desc"><title>&desc-tt;</title>
<para><command>&cmd;</command> converts a file in the GIF87 format to TIFF.
The TIFF image is created as a palette image, with samples compressed with
the Lempel-Ziv and Welch algorithm (Compression=5). These characteristics
can be overridden or explicitly specified with the options described
below.</para>
</refsect1>
<refsect1 id="gif2tiff-1-opts"><title>&opts-tt;</title>
<para>The following options are supported:</para>
<variablelist termlength="narrow">
<varlistentry><term><option>c</option></term><listitem><para>Specify a compression
scheme to use when writing image data:</para>
<variablelist>
<varlistentry><term><option>c lzw</option></term><listitem><para>Lempel-Ziv
and Welch algorithm. This is the default algorithm.</para>
</listitem></varlistentry>
<varlistentry><term><option>c none</option></term><listitem><para>No compression.
</para>
</listitem></varlistentry>
<varlistentry><term><option>c packbits</option></term><listitem><para>PackBits
compression algorithm.</para>
</listitem></varlistentry>
<varlistentry><term><option>c zip</option></term><listitem><para>Deflate compression
algorithm.</para>
</listitem></varlistentry>
</variablelist></listitem></varlistentry>
<varlistentry><term><option>r</option></term><listitem><para>Write data with
a specified number of rows per strip. By default, the number of rows per strip
is selected so that each strip is approximately 8 kilobytes.</para>
</listitem></varlistentry>
</variablelist></refsect1>
<refsect1 id="gif2tiff-1-oper"><title>&oper-tt;</title>
<para>The following operands are supported:</para>
<variablelist termlength="narrow">
<varlistentry><term><option role="nodash"><replaceable>input.gif</replaceable></option></term>
<listitem><para>The name of the input file that contains GIF87 data.</para>
</listitem></varlistentry>
<varlistentry><term><option role="nodash"><replaceable>output.tif</replaceable></option></term>
<listitem><para>The name of the output file that contains TIFF data.</para>
</listitem></varlistentry>
</variablelist></refsect1>
<refsect1 id="gif2tiff-1-attr"><title>&attr-tt;</title>
<para>See <olink targetdocent="REFMAN5" localinfo="attributes-5"><citerefentry>
<refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry></olink>
for descriptions of the following attributes:</para>
<informaltable frame="all">
<tgroup cols="2" colsep="1" rowsep="1"><colspec colname="COLSPEC0" colwidth="1*">
<colspec colname="COLSPEC1" colwidth="1*">
<thead>
<row><entry align="center" valign="middle">ATTRIBUTE TYPE</entry><entry align="center"
valign="middle">ATTRIBUTE VALUE</entry></row>
</thead>
<tbody>
<row><entry><para>Availability</para></entry><entry><para>image/library/libtiff</para></entry>
</row>
<row><entry colname="COLSPEC0"><para>Interface stability</para></entry><entry
colname="COLSPEC1"><para>Uncommitted</para></entry></row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 id="gif2tiff-1-also"><title>&also-tt;</title>
<!--Reference to another man page-->
<!--Reference to a Help manual-->
<!--Reference to a book.-->
<para><citerefentry><refentrytitle>pal2rgb</refentrytitle><manvolnum>1</manvolnum>
</citerefentry>, <citerefentry><refentrytitle>tiffinfo</refentrytitle><manvolnum>
1</manvolnum></citerefentry>, <citerefentry><refentrytitle>tiffcp</refentrytitle>
<manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>tiffmedian
</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>
libtiff</refentrytitle><manvolnum>3</manvolnum></citerefentry></para>
</refsect1>
<refsect1 id="gif2tiff-1-note"><title>&note-tt;</title>
<para>Updated by Breda McColgan, Sun Microsystems Inc., 2004.</para>
</refsect1>
</refentry>