1h52gif(1) General Commands Manual h52gif(1)
2
3
4
6 h52gif - Converts an HDF5 file to a GIF file.
7
9 h52gif h5_file gif_file -i h5_image [ -p h5_palette ]
10
12 h52gif accepts as input the HDF5 file h5_file and the names of images
13 and associated palettes within that file as input and produces the GIF
14 file gif_file, containing those images, as output.
15
16 h52gif expects at least one h5_image. You may repeat
17 -i h5_image [-p h5_palette]
18 up to 50 times, for a maximum of 50 images.
19
21 -i h5_image
22 Image option, specifying the name of an HDF5 image or dataset
23 containing an image to be converted
24
25 -p h5_palette
26 Palette option, specifying the name of an HDF5 dataset containā
27 ing a palette to be used in an image conversion
28
30 h5dump(1), h5ls(1), h5diff(1), h5repart(1), h5import(1), gif2h5(1),
31 h5perf(1)
32
33
34
35 h52gif(1)