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