[ Maverik Level 1 functions ]


mav_windowDump

Summary

Dump the contents of a window.


Syntax

void mav_windowDump(MAV_window *w, char *filename);


Description

This function dumps the pixel contents of window w to file filename, in ppm format (RAW encoding).


Back to the index page.