coil-kt / coil

Image loading for Android and Compose Multiplatform.
https://coil-kt.github.io/coil/
Apache License 2.0
10.69k stars 649 forks source link

ImageBitmap Support for multiplatform #2405

Closed harish-zuper closed 2 months ago

harish-zuper commented 2 months ago

Looking for support for composeImageBitmap() for multiplatform

colinrtwhite commented 2 months ago

Supporting Compose's multiplatform graphics classes are out of scope for this library since it adds a lot of complexity. Coil uses its own thin Image class to abstract over the graphics systems and I want to avoid increasing the API surface.

GvHarish9894 commented 2 months ago

Okay