cropBase64ImageToSquare

internal actual suspend fun cropBase64ImageToSquare(base64: String): String(source)

Executes the cropBase64ImageToSquare step in the SDAI presentation layer.

Return

Result produced by cropBase64ImageToSquare.

Author

Dmitriy Moroz

Parameters

base64

Base64 image payload used by the operation.

internal expect suspend fun cropBase64ImageToSquare(base64: String): String(source)

Executes the cropBase64ImageToSquare step in the SDAI presentation layer.

Return

Result produced by cropBase64ImageToSquare.

Author

Dmitriy Moroz

Parameters

base64

Base64 image payload used by the operation.

internal actual suspend fun cropBase64ImageToSquare(base64: String): String(source)

Executes the cropBase64ImageToSquare step in the SDAI presentation layer.

Return

Result produced by cropBase64ImageToSquare.

Author

Dmitriy Moroz

Parameters

base64

Base64 image payload used by the operation.