aws / dcv-color-primitives

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

Implement I420 to Bgra conversion #8

Closed fabiosky closed 4 years ago

fabiosky commented 4 years ago

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

This has to be done for the following input-compatible color spaces:

  1. ColorSpace::Bt601
  2. ColorSpace::Bt709
Vendrik commented 4 years ago

5

fabiosky commented 4 years ago

Issue solved by https://github.com/aws/dcv-color-primitives/pull/5