Skip to content

Instantly share code, notes, and snippets.

@ryupold
Created August 10, 2015 13:49
Show Gist options
  • Save ryupold/2349bfe666f96436e90c to your computer and use it in GitHub Desktop.
Save ryupold/2349bfe666f96436e90c to your computer and use it in GitHub Desktop.
BitmapRegionDecoder
BitmapRegionDecoder decoder = BitmapRegionDecoder.newInstance(myStream, false);
Bitmap region = decoder.decodeRegion(new Rect(10, 10, 50, 50), null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment