[ Maverik Level 1 functions ]
mav_windowDump
Summary
Dump the contents of a window.
Syntax
void mav_windowDump(MAV_window *w, char *filename);
- MAV_window *w
Window to dump.
- char *filename
Name of output file for window dump.
Description
This function dumps the pixel contents of window w to file
filename, in ppm format (RAW encoding).
Back to the index page.