GPR_$INQ_IMAGING_FORMAT GPR Calls GPR_$INQ_IMAGING_FORMAT
NAME
gpr_$inq_imaging_format - returns the current imaging format.
FORMAT
gpr_$inq_imaging_format (format, status)
DESCRIPTION
This routine returns the current imaging format.
Output Parameters
format
Imaging format in gpr_$imaging_format_t configuration. This is a 2-
byte integer. If you are using an interactive format, the returned
value is gpr_$interactive. If you are using the imaging 8-bit pixel
format on a two-board configuration, the returned value is
gpr_$imaging_1024x1024x8. If you are using the imaging 24-bit pixel
format, the returned value is gpr_$imaging_512x512x24. If you are
using imaging 8-bit pixel format with double buffering, the returned
value is gpr_$double_bufferx8. If you are using imaging 24-bit
pixel format with double buffering, the returned value is
gpr_$double_bufferx24.
status
Completion status, in status_$t format.
SEE ALSO
gpr_$set_imaging_format.