aws / dcv-color-primitives

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

Implement I444 to Bgra conversion #9

Closed fabiosky closed 4 years ago

fabiosky commented 4 years ago

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

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

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

Pull request: https://github.com/aws/dcv-color-primitives/pull/11

was merged on master.