aws / dcv-color-primitives

DCV Color Primitives Library
MIT No Attribution
31 stars 22 forks source link

Implement Rgb to Bgra conversion #7

Closed fabiosky closed 4 years ago

fabiosky commented 4 years ago

Extend convert_image to support PixelFormat::Rgb to PixelFormat::Bgra image conversion.

Vendrik commented 4 years ago

2

fabiosky commented 4 years ago

Merged https://github.com/aws/dcv-color-primitives/pull/2 which addess this issue.