BitmapToBase64Converter

Coordinates BitmapToBase64Converter behavior in the SDAI image processing layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor()

Types

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

Carries Input data through the SDAI image processing layer.

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

Carries Output data through 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.