C: num_of_images = DFR8nimages(filename);
FORTRAN: num_of_images = d8nimg(filename)
|
|
|
| |
|
| |||
|
|
|
Name of the HDF file.
|
The following calling sequence uses DFR8lastref to find the reference number of the 8-bit raster image most recently added to an HDF file:
C: status = DFR8addimage(filename, image, width, height, compress);
lastref = DFR8lastref( );
FORTRAN: status = d8aimg(filename, image, width, height, compress)
lastref = d8lref( )DFR8putimage or DFR8getimage can be used instead of DFR8addimage with similar results.
There is currently no FORTRAN-77 version of the DFR8getpalref routine.
|
|
|
|
| |||
|
|
Pointer to the returned reference number of the palette.
|