Bitmap Utils
Utils functions for bitmap conversions.
See also
<a href="https://github. com/googlesamples/mlkit/blob/master/android/vision-quickstart/app/src/main/java/com/google/mlkit/vision/demo/Bitmap Utils. java">Bitmap Utils</a>
Functions
Link copied to clipboard
Link copied to clipboard
open fun yuv420ThreePlanesToNV21(yuv420888planes: Array<Image.Plane>, width: Int, height: Int): Array<Byte>
Converts YUV_420_888 to NV21 bytes.