aws / dcv-color-primitives

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

Add I420/I444/Nv12 -> Rgba convertion #76

Closed MatrixDev closed 1 year ago

MatrixDev commented 1 year ago

Currently it is possible to make Nv12 -> Bgra convertion. But is some cases (for ex. when image is then passed to other library) Rgba is needed and currently additional convertion from Bgra -> Rgba is required.

Is it possible to add direct Nv12 -> Rgba convetion?

PS: also I420 and I444 don't even have convertion to Rgb.

fabiosky commented 1 year ago

Hello Rostyslav,

we do not have such conversion because we do not currently use them.

Of course it is possible to add the missing conversions.

Classifying ticket as 'enhancement' accordingly.