BitmapFactory_decodeByteArraySized

fun BitmapFactory_decodeByteArraySized(array: ByteArray, reqWidth: Int, reqHeight: Int): Bitmap

Decodes an image byte array into a bitmap, sizing it down to be just bigger than reqWidth and reqHeight while retaining powers of 2 scaling.