Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 11, 2019 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/70e706d1438901c539c7a29874d37b5b to your computer and use it in GitHub Desktop.
Save parzibyte/70e706d1438901c539c7a29874d37b5b to your computer and use it in GitHub Desktop.
// Aquí, "foto" es un BitMap
Bitmap mutableBitmap = foto.copy(Bitmap.Config.ARGB_8888, true);
Canvas canvas = new Canvas(mutableBitmap);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment