Skip to content

Instantly share code, notes, and snippets.

@vxhviet
vxhviet / matrixScaling.md
Last active June 14, 2022 10:04
Android scale bitmap with the highest quality

Source: StackOverflow

Question: How to scale Bitmap without losing much quality

Answer: Use Matrix instead of Bitmap.createScaledBitmap()

    /**
     * @param bitmap the Bitmap to be scaled
     * @param threshold the maxium dimension (either width or height) of the scaled bitmap