Skip to content

Latest commit

 

History

History

ge2d-blend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

GE2D Blend

Example to use GE2D to blend an alpha image over another image.

Build example

make

Copy example image

cp ../../samples/filter_rgba.bmp .
cp ../../samples/input_rgba.bmp .

Run example

./main

Result output will be output.bmp file.