HDF5 1.14.5
API Reference
|
This module contains Fortran interfaces for H5IM. More...
Functions/Subroutines | |
subroutine | h5immake_image_8bit_f (loc_id, dset_name, width, height, buf, errcode) |
Creates and writes an image an 8 bit image. | |
subroutine | h5imread_image_f (loc_id, dset_name, buf, errcode) |
Reads image data from disk. | |
subroutine | h5immake_image_24bit_f (loc_id, dset_name, width, height, il, buf, errcode) |
Creates and writes an image a 24 bit image. | |
subroutine | h5imget_image_info_f (loc_id, dset_name, width, height, planes, interlace, npals, errcode) |
Gets information about an image dataset (dimensions, interlace mode and number of associated palettes). | |
integer function | h5imis_image_f (loc_id, dset_name) |
Inquires if a dataset is an image. | |
subroutine | h5immake_palette_f (loc_id, pal_name, pal_dims, pal_data, errcode) |
Creates and writes a palette. | |
subroutine | h5imlink_palette_f (loc_id, image_name, pal_name, errcode) |
This function attaches a palette to an existing image dataset. | |
subroutine | h5imunlink_palette_f (loc_id, image_name, pal_name, errcode) |
This function detaches a palette to an existing image dataset. | |
subroutine | h5imget_npalettes_f (loc_id, image_name, npals, errcode) |
Gets the number of palettes associated to an image. | |
subroutine | h5imget_palette_info_f (loc_id, image_name, pal_number, pal_dims, errcode) |
Gets information about a palette dataset (dimensions). | |
subroutine | h5imget_palette_f (loc_id, image_name, pal_number, pal_data, errcode) |
Gets the palette dataset. | |
integer function | h5imis_palette_f (loc_id, dset_name) |
Inquires if a dataset is a palette. Returns zero (false), a positive (true) or a negative (failure) value. | |
This module contains Fortran interfaces for H5IM.