Ananas icon indicating copy to clipboard operation
Ananas copied to clipboard

Edit Image fetched from server

Open khalil05400 opened this issue 3 years ago • 1 comments

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

khalil05400 avatar Sep 18 '21 03:09 khalil05400

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.

iamutkarshtiwari avatar Sep 28 '21 13:09 iamutkarshtiwari