intn DFR8nimages(char *filename)
filename
IN:
Name of the HDF file
Purpose
Retrieves the number of 8-bit raster images stored in the specified file.
Return value
Returns the number of raster images in the file if successful and FAIL (or -1) otherwise.
FORTRAN
integer function d8nims(filename)
character*(*) filename