37 lines
837 B
Markdown
37 lines
837 B
Markdown
Read file with EGAMI {#egami_tutorial_read}
|
|
====================
|
|
|
|
@tableofcontents
|
|
|
|
Include EGAMI
|
|
@snippet read.cpp egami_sample_include
|
|
|
|
Declare image interface
|
|
@snippet read.cpp egami_sample_declare_image
|
|
|
|
|
|
Read a Bitmap or an PNG {#egami_tutorial_read_file}
|
|
=======================
|
|
|
|
Read a bitmap
|
|
@snippet read.cpp egami_sample_read_file_bmp
|
|
|
|
Read a PNG
|
|
@snippet read.cpp egami_sample_read_file_png
|
|
|
|
Read a SVG {#egami_tutorial_read_file_svg}
|
|
==========
|
|
|
|
Read a svg
|
|
@snippet read.cpp egami_sample_read_file_svg
|
|
|
|
Read a svg and natively rescale it:
|
|
@snippet read.cpp egami_sample_read_file_svg_rescale
|
|
|
|
|
|
All example file {#egami_tutorial_read_all}
|
|
================
|
|
|
|
@snippet read.cpp egami_sample_read_all
|
|
|