You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);