Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Corrects the rotation of a bitmap based on the EXIF tags in the file as specified by the URI
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun FileDescriptor.decodeBitmap(outPadding: Rect? = null, options: BitmapFactory.Options? = null): Bitmap?
fun InputStream.decodeBitmap(outPadding: Rect? = null, options: BitmapFactory.Options? = null): Bitmap?
fun ByteArray.decodeBitmap(offset: Int, length: Int, options: BitmapFactory.Options? = null): Bitmap?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Greyscale the Image.
Link copied to clipboard
Link copied to clipboard
fun Bitmap.toInputStream(compressFormat: Bitmap.CompressFormat = Bitmap.CompressFormat.JPEG, quality: Int = 100): InputStream
Link copied to clipboard
fun Bitmap.toOutputStream(compressFormat: Bitmap.CompressFormat = Bitmap.CompressFormat.JPEG, quality: Int = 100): OutputStream
Link copied to clipboard