Skip to content

Instantly share code, notes, and snippets.

@QZLin
Created May 10, 2022 16:27
Show Gist options
  • Save QZLin/45c7162a728e20210d4b4a26d22ba071 to your computer and use it in GitHub Desktop.
Save QZLin/45c7162a728e20210d4b4a26d22ba071 to your computer and use it in GitHub Desktop.
val stream = ByteArrayOutputStream()
bitmap.compress(Bitmap.CompressFormat.PNG, 100, stream)
val byteArray: ByteArray = stream.toByteArray()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment