Skip to content
Vishal Shrestha edited this page Jul 3, 2020 · 1 revision

Usage:

The second parameter is bitmap resolution, for example 640*480 = 307200 as used below, use according to your requirement. Bitmap bitmapReduced = ImageResizer.reduceBitmapSize(fullSizeBitmap, 307200);

Clone this wiki locally