This issue tracks adding the equivalent of AttachableAsCGImage when using the Android NDK.
We can likely use the C function AndroidBitmap_compress() but Android's native image type, android.graphics.Bitmap, is a Java class and is only surfaced to Swift as jobject (if at all.) We will probably want to work with the swift-java maintainers here.
This issue tracks adding the equivalent of
AttachableAsCGImagewhen using the Android NDK.We can likely use the C function
AndroidBitmap_compress()but Android's native image type,android.graphics.Bitmap, is a Java class and is only surfaced to Swift asjobject(if at all.) We will probably want to work with the swift-java maintainers here.