[svn-r4256] Purpose:

Added h52gif and gif2h5.
Platforms tested:
    IE 5
This commit is contained in:
Frank Baker
2001-07-24 17:42:38 -05:00
parent be64a4c2ad
commit 13484bf3ef

View File

@@ -62,6 +62,10 @@ to convert files from HDF4 format to HDF5 format and vice versa.
A tool for listing specified features of HDF5 file contents
<li><a href="#Tools-Repart">h5repart</a> --
A tool for repartitioning a file, creating a family of files
<li><a href="#Tools-GIF2H5">gif2h5</a> --
A tool for converting a GIF file to an HDF5 file
<li><a href="#Tools-H52GIF">h52gif</a> --
A tool for converting images in an HDF5 file to a GIF file
<li><a href="#Tools-H5toh4">h5toh4</a> --
A tool for converting an HDF5 file to an HDF4 file
<li><a href="#Tools-H4toh5">h4toh5</a> --
@@ -505,6 +509,82 @@ to convert files from HDF4 format to HDF5 format and vice versa.
</dl>
<hr>
<dl>
<dt><strong>Tool Name:</strong> <a name="Tools-GIF2H5">gif2h5</a>
<dt><strong>Syntax:</strong>
<dd><code>gif2h5</code>
<em>gif_file</em> <em>h5_file</em>
<dt><strong>Purpose:</strong>
<dd>Converts a GIF file to an HDF5 file.
<dt><strong>Description:</strong>
<dd><code>gif2h5</code> accepts as input the GIF file <em>gif_file</em>
and produces the HDF5 file <em>h5_file</em> as output.
<dt><strong>Options and Parameters:</strong>
<dl>
<dt><em>gif_file</em>
<dd>The name of the input GIF file
<dt><em>h5_file</em>
<dd>The name of the output HDF5 file
</dl>
<!--
<dt><strong>Current Status:</strong>
<dd>
<dt><strong>See Also:</strong>
<dd>
-->
</dl>
<hr>
<dl>
<dt><strong>Tool Name:</strong> <a name="Tools-H52GIF">h52gif</a>
<dt><strong>Syntax:</strong>
<dd><code>h52gif</code>
<em>h5_file</em> <em>gif_file</em>
<code>-i</code> <em>h5_image</em>
<code>[-p</code> <em>h5_palette</em><code>]</code>
<dt><strong>Purpose:</strong>
<dd>Converts an HDF5 file to a GIF file.
<dt><strong>Description:</strong>
<dd><code>h52gif</code> accepts as input the HDF5 file <em>h5_file</em>
and the names of images and associated palettes within that file
as input and produces the GIF file <em>gif_file</em>,
containing those images, as output.
<p>
<code>h52gif</code> expects <em>at least</em>
one <em>h5_image</em>.
You may repeat
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
<code>-i</code> <em>h5_image</em>
<code>[-p</code> <em>h5_palette</em><code>]</code>
<br>
up to 50 times, for a maximum of 50 images.
<dt><strong>Options and Parameters:</strong>
<dl>
<dt><em>h5_file</em>
<dd>The name of the input HDF5 file
<dt><em>gif_file</em>
<dd>The name of the output GIF file
<dt><code>-i</code> <em>h5_image</em>
<dd>Image option, specifying the name of an HDF5 image or
dataset containing an image to be converted
<dt><code>-p</code> <em>h5_palette</em>
<dd>Palette option, specifying the name of an HDF5 dataset
containing a palette to be used in an image conversion
</dl>
<!--
<dt><strong>Current Status:</strong>
<dd>
<dt><strong>See Also:</strong>
<dd>
-->
</dl>
<hr>
<dl>
<dt><strong>Tool Name:</strong> <a name="Tools-H5toh4">h5toh4</a>
@@ -815,7 +895,9 @@ Tools&nbsp;&nbsp;
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
Last modified: 12 July 2001
Last modified: 24 July 2001
<br>
Describes HDF5 Release 1.4.2, July 2001