Converts an HDF5 file to a GIF file
Syntax:
h52gif h5_file gif_file -i h5_image
Description:
h52gif
accepts as input the HDF5 file h5_file
and the name of an image within that file as input and produces the GIF filegif_file
, containing the image, as output.
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 |
Exit Status:
0 | Succeeded. |
> 0 | An error occurred. |
History:
Release | Change |
---|
1.8.5 | Tool exit status codes updated. |
1.8.15 | The -p option was removed from the “Options and Parameters” section: the feature has not been implemented. |
--- Last Modified: August 28, 2019 | 08:47 AM