ImageFileIOProcessor

Represents image file IO operations

Inheritors

Functions

Link copied to clipboard
abstract fun readImage(sourceUri: Uri, options: BitmapFactory.Options? = null): Bitmap?

Read Bitmap image from the source file Uri

abstract fun readImage(source: File, options: BitmapFactory.Options? = null): Bitmap?

Read Bitmap image from the source File

Link copied to clipboard
abstract fun writeImage(bitmap: Bitmap, compressFormat: Bitmap.CompressFormat, quality: Int, destination: File)

Write Bitmap to the destination File