Writes 8-bit image data to a file.
imgarr The 2D byte array variable from which the 8-bit image data is transferred.
NOTE: Only one 8-bit image can be stored at a time when using the DC_WRITE_8_BIT function.
fft_flow
is a 600-by-800 byte array containing image data, the function call:
status = DC_WRITE_8_BIT('fft_flow1.img', fft_flow)
fft_flow1.img
and uses it to store the image data contained in the variable fft_flow
. The file that is created contains raw binary data, and is easily read with DC_READ_8_BIT.
See the PV-WAVE Programmer's Guide for more information about 8-bit (binary) data.