Page tree

Creating and manipulating HDF5 datasets intended to be interpreted as images (H5IM)

HDF5 Image API Reference

The specification for this API is presented in another document: HDF5 Image and Palette Specification. This version of the API is primarily concerned with two dimensional raster data similar to HDF4 Raster Images. The HDF5 image API uses the Lite HDF5 API.

Programming Hints:

To use any of these functions or subroutines, you must first include the relevant include file (C) or module (Fortran) in your application.

The following line includes the HDF5 Image package, H5IM, in C applications: 
         #include "hdf5_hl.h"

This line includes the H5IM module in Fortran applications: 
         use h5im

--- Last Modified: December 18, 2019 | 02:50 PM