C: num_of_images = DF24nimages(filename); FORTRAN: num_of_images = d2nimg(filename)
TABLE 7I DF24nimages Parameter List
Routine Name (Fortran-77)
|
Parameter
|
Data Type
|
Description
| |
C
|
Fortran-77
| |||
DF24nimages (d2nimg)
|
filename
|
char *
|
character* (*)
|
Name of the HDF file.
|
The following calling sequence uses DF24lastref to find the reference number of the RIS24 most recently added to an 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.
TABLE 7J DF24lastref Parameter List
Routine Name (Fortran-77)
|
Parameter
|
Data Type
|
Description
| |
C
|
Fortran-77
| |||
DF24lastref (d2lref)
|
filename
|
None
|
None
|
None.
|