egami/doc/write.md

747 B

Write an EGAMI content

@tableofcontents

Include EGAMI @snippet read.cpp egami_sample_include

Declare image interface @snippet read.cpp egami_sample_declare_image

Create an image with data

Set image point: @snippet write.cpp egami_sample_create_image

Write image with egami

Write the data in the file: @snippet write.cpp egami_sample_write_file_bmp

All example file

@snippet write.cpp egami_sample_write_all