C: num_of_images = DF24nimages(filename);
FORTRAN: num_of_images = d2nimg(filename)
|
|
|
| |
|
| |||
|
|
|
| Name of the HDF file. |
C: status = DF24addimage(filename, image, width, height, compress);
lastref = DF24lastref( );
FORTRAN: status = d2aimg(filename, image, width, height, compress)
lastref = d2lref( )DF24putimage or DF24getimage can be used in place of DF24addimage with similar results.
|
|
|
| |
|
| |||
|
|
|
| None. |