32 lines
747 B
Markdown
32 lines
747 B
Markdown
Write an EGAMI content {#egami_tutorial_write}
|
|
====================
|
|
|
|
@tableofcontents
|
|
|
|
Include EGAMI
|
|
@snippet read.cpp egami_sample_include
|
|
|
|
Declare image interface
|
|
@snippet read.cpp egami_sample_declare_image
|
|
|
|
|
|
Create an image with data {#egami_tutorial_write_create_image}
|
|
=========================
|
|
|
|
Set image point:
|
|
@snippet write.cpp egami_sample_create_image
|
|
|
|
|
|
Write image with egami {#egami_tutorial_write_stream}
|
|
======================
|
|
|
|
Write the data in the file:
|
|
@snippet write.cpp egami_sample_write_file_bmp
|
|
|
|
|
|
All example file {#egami_tutorial_write_all}
|
|
================
|
|
|
|
@snippet write.cpp egami_sample_write_all
|
|
|