The HDF_DF24_GETIMAGE procedure reads a 24-bit raster image from an HDF file. The default is to use the same format for reading as that used in writing the image. Note: it is slower to read an image in a different interlace than the one in which the image was originally written.
HDF_DF24_GETIMAGE, Filename, Image [, /LINE | , /PIXEL | , /PLANE]
A scalar string containing the name of the file to be read.
A named variable in which the image data is returned.
Set this keyword to force the image to be read with scan-line interlace.
Set this keyword to force the image to be read with pixel interlace.
Set this keyword to force the image to be read with scan-plane interlace.
4.0 |
Introduced |