H5IMis_image

herr_t H5IMis_image(hid_t loc_id, const char *dset_name)

H5IMis_image inquires if a dataset named dset_name, attached to the file or group specified by the identifier loc_id, is an image based on the HDF5 Image and Palette Specification.

Synopsis:

Inquires if a dataset is an image.

Parameters:
  • loc_id – IN: Identifier of the file or group in which the dataset is located.
  • dset_name – IN: The name of the dataset.
Returns:

Returns true, false, fail.

Fortran90 Interface: h5imis_image_f

integer function h5imis_image_f(loc_id, dset_name)
  implicit none
  integer(HID_T), intent(IN) :: loc_id         ! file or group identifier
  character(LEN=*), intent(IN) :: dset_name    ! name of the dataset
  integer :: errcode                           ! error code
end function h5imis_image_f