From 35819c2142ab789c689e3eb2afe7c06c9992ec20 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 2 Aug 2001 11:02:41 -0500 Subject: [svn-r4302] Purpose: Bringing 'last minute' release branch edits into development branch. Description: index.html Added index-level link to "HDF5 Tools." Tools.html Added link to "HDF5 Java tools." Added h52gif and gif2h5. Platforms tested: IE 5 --- doc/html/Tools.html | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++-- doc/html/index.html | 21 ++++++++---- 2 files changed, 105 insertions(+), 8 deletions(-) diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 8cd9e43..e75221c 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -49,7 +49,7 @@ Tools  

HDF5 Tool Interfaces

These tools enable the user to examine HDF5 file contents, -to modify HDF5 file contents in a carefully prescribed manner, and +to modify HDF5 file contents in a carefully prescribed manner, and to convert files from HDF4 format to HDF5 format and vice versa. @@ -62,10 +62,22 @@ to convert files from HDF4 format to HDF5 format and vice versa. A tool for listing specified features of HDF5 file contents

  • h5repart -- A tool for repartitioning a file, creating a family of files +
  • gif2h5 -- + A tool for converting a GIF file to an HDF5 file +
  • h52gif -- + A tool for converting images in an HDF5 file to a GIF file
  • h5toh4 -- A tool for converting an HDF5 file to an HDF4 file
  • h4toh5 -- A tool for converting an HDF4 file to an HDF5 file +
  • Java-based tools for HDF5 -- + (at http://hdf.ncsa.uiuc.edu/java-hdf5-html/) +
    + Java-based tools for viewing, manipulating, and generating HDF5 files + (distributed separately) +
    + Includes H5view, H5gen, + Java HDF5 Interface (JHI5), and HDF5 VisAD Data Adapter @@ -499,6 +511,82 @@ to convert files from HDF4 format to HDF5 format and vice versa.
    +
    Tool Name: gif2h5 +
    Syntax: +
    gif2h5 + gif_file h5_file +
    Purpose: +
    Converts a GIF file to an HDF5 file. +
    Description: +
    gif2h5 accepts as input the GIF file gif_file + and produces the HDF5 file h5_file as output. + +
    Options and Parameters: +
    +
    gif_file +
    The name of the input GIF file +
    h5_file +
    The name of the output HDF5 file +
    + +
    + + +
    +
    +
    Tool Name: h52gif +
    Syntax: +
    h52gif + h5_file gif_file + -i h5_image + [-p h5_palette] +
    Purpose: +
    Converts an HDF5 file to a GIF file. +
    Description: +
    h52gif accepts as input the HDF5 file h5_file + and the names of images and associated palettes within that file + as input and produces the GIF file gif_file, + containing those images, as output. +

    + h52gif expects at least + one h5_image. + You may repeat +
    +      + -i h5_image + [-p h5_palette] +
    + up to 50 times, for a maximum of 50 images. + +

    Options and Parameters: +
    +
    h5_file +
    The name of the input HDF5 file +
    gif_file +
    The name of the output GIF file +
    -i h5_image +
    Image option, specifying the name of an HDF5 image or + dataset containing an image to be converted +
    -p h5_palette +
    Palette option, specifying the name of an HDF5 dataset + containing a palette to be used in an image conversion +
    + +
    + + +
    +
    Tool Name: h5toh4
    Syntax:
    h5toh4 -h
    @@ -807,7 +895,7 @@ Tools   HDF Help Desk
    -Last modified: 5 July 2001 +Last modified: 2 August 2001
    Describes HDF5 Release 1.5, Unreleased Development Branch diff --git a/doc/html/index.html b/doc/html/index.html index e367736..419a119 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -121,29 +121,38 @@
    +
    HDF5 Tools +
      +
    • HDF5 tools, including Java-based tools +
    • H5view, h5dump, + h5ls, h5toh4, etc. +
    +
    + + +
    HDF5 Tutorial
    • A tutorial introduction to HDF5
    - - - - +--> -Last modified: 17 April 2001 +Last modified: 2 August 2001
    -- cgit v0.12