837 B
837 B
Read file with EGAMI
@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
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
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
@snippet read.cpp egami_sample_read_all