iamutkarshtiwari / Ananas

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

Image from Camera #98

Open MattCCC opened 2 years ago

MattCCC commented 2 years ago

Hi guys, firstly thank you for great plugin. We're building out todo app with that and works really well! Would it be possible to integrate Camera option in the plugin? So user could take picture and apply some filters on it?

iamutkarshtiwari commented 2 years ago

Thanks for the suggestion. I had a similar use case in the company where I work at. There they created their own camera implementation which hands over the captured image to ImageEditorLibrary and gets back the edited image. As this library aims at editing the image (not capturing them), it seems unnecessary.