Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 259 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 259 Bytes

GE2D Color format Convert

Example to use GE2D to convert the color format of an image (RGB to NV12)

Build example

make

Copy example image

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

Run example

./main

Result output will be output.bmp file.