How can i convert YCbCr to BGR24 using ImageISharp

137 views Asked by At

I get an image in IntPtr or an array of bytes in the YUV420 color space. How can I use ImageSharp to convert an image to BGR4 color space?

I can't find conversion examples anywhere with imageSharp . Therefore I use other library for conversion. But I have problems with her

0

There are 0 answers