getBitmapConverter

Returns the Android-specific BitmapConverter implementation.

This fulfills the expect declaration in the common module, enabling cross-platform image processing while utilizing Android's optimized native APIs.

internal expect fun getBitmapConverter(): BitmapConverter(source)

An expected function that should return a platform-specific implementation of BitmapConverter.

actual fun getBitmapConverter(): BitmapConverter(source)

Provides the iOS-specific BitmapConverter instance.