scaleBitmap

fun scaleBitmap(bitmap: Bitmap, @IntRange(from = 0) reqWidth: Int, @IntRange(from = 0) reqHeight: Int): Bitmap

Scale bitmap

Since

0.5.0