hi-manshu / Pluck

Pluck, a library that helps you to pick image via Gallery/Camera built using Compose
https://www.himanshoe.com
Apache License 2.0
363 stars 23 forks source link

Get hi resolution image after camera capture #5

Closed yogeshpaliyal closed 2 years ago

yogeshpaliyal commented 2 years ago

By using this, this will only return the thumbnail of the image. Please add a option to get full file or uri.

https://github.com/hi-manshu/Pluck/blob/86976a09c75804987e1abc9853469f360e2e66b1/pluck/src/main/java/com/himanshoe/pluck/ui/Pluck.kt#L87

hi-manshu commented 2 years ago

Yea that is something, which will be improved with time. It was just to get started!

hi-manshu commented 2 years ago

Updated it @yogeshpaliyal . Thanks for inputs!