iamutkarshtiwari / Ananas

An easy image editor integration for your Android apps.
MIT License
250 stars 112 forks source link

Edit Image fetched from server #100

Open khalil05400 opened 2 years ago

khalil05400 commented 2 years ago

How I can edit images obtained from the server? as this library takes input image path in launcher Intent But I have images URL obtained from the server

iamutkarshtiwari commented 2 years ago

That could be a good enhancement. Currently it doesn't support loading image from URL. What you can do for now is that download the image from the URL, generate a bitmap and pass it to the library via intentbuilder.