Base64ToBitmapConverter

class Base64ToBitmapConverter(val fallbackBitmap: Bitmap)(source)

Coordinates Base64ToBitmapConverter behavior in the SDAI image processing layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(fallbackBitmap: Bitmap)

Types

Link copied to clipboard
data class Input(val base64ImageString: String)

Carries Input data through the SDAI image processing layer.

Link copied to clipboard
data class Output(val bitmap: Bitmap)

Carries Output data through the SDAI image processing layer.

Properties

Link copied to clipboard
private val fallbackBitmap: Bitmap

Exposes the fallbackBitmap value used by the SDAI image processing layer.

Functions

Link copied to clipboard

Executes the convert step in the SDAI image processing layer.

Link copied to clipboard

Executes the invoke step in the SDAI image processing layer.