filename
|
IN:
|
Name of the HDF file
|
image
|
OUT:
|
Pointer to image buffer
|
width
|
IN:
|
Number of columns in the image
|
height
|
IN:
|
Number of rows in the image
|
FORTRAN
|
integer function d2gimg(filename, image, width, height)
|
|
character* (*) filename, image
|
|
integer width, height
|