How do I convert a UIImage to a coil image #2229
Replies: 3 comments
-
I don't think this is possible - |
Beta Was this translation helpful? Give feedback.
-
You can convert an UIImage to a ByteArray, peekaboo does this
The I am currently on the second step (ByteArray -> Bitmap), will post again once I got it working.. Di you already make it work @AlexanderEggers ? |
Beta Was this translation helpful? Give feedback.
-
I have managed to use the above code to create an
This probably copies the whole The result can then be passed to a coil
which then can be used inside of a custom This works for picking an image from the iOS PhotoPicker and display that image in a |
Beta Was this translation helpful? Give feedback.
-
I have a use-case in my app where I need to convert a UIImage to a coil image. I'm trying to build a custom convert for using blurhash in my project. Coil doesn't seem to support this at the moment.
Beta Was this translation helpful? Give feedback.
All reactions