Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 312 Bytes

quick-start.md

File metadata and controls

22 lines (10 loc) · 312 Bytes

Quick Start

y_bitmap, unsurprisingly, allows you to write bitmaps (it doesn't currently read them in). This can be used to dump visual information. We will first present a full example, then go through it in detail.

Full Example

#include <YSI_Storage\y_bitmap>

Generate


Details