Skip to content

Instantly share code, notes, and snippets.

@kwmt
Created October 15, 2019 05:18
Show Gist options
  • Save kwmt/610eaecceafee29224a471e6e62a35c8 to your computer and use it in GitHub Desktop.
Save kwmt/610eaecceafee29224a471e6e62a35c8 to your computer and use it in GitHub Desktop.
File().outputStream().use { out ->
bitmap.compress(Bitmap.CompressFormat.JPEG, 85, out)
out.flush()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment