Kashif-E / CameraK

A camera library for Compose Multiplatform
MIT License
135 stars 8 forks source link

Image URI #16

Open tanvirovi opened 3 weeks ago

tanvirovi commented 3 weeks ago

Get the image URI when saving the Image

Kashif-E commented 3 weeks ago

@tanvirovi thanks for the feature request, can you share a usecase for this?

tanvirovi commented 3 weeks ago

@Kashif-E Efficient access to shared media files through the MediaStore. It also helps a lot with displaying all the saved images later. Storing URIs in a database can be helpful when you need to persist the reference to a media file across app sessions without storing the entire image file in the database.

Kashif-E commented 3 weeks ago

Thanks @tanvirovi for explaining, this makes sense. I will try to build this asap but in that case one would have to manage the Uris for image views

tanvirovi commented 3 weeks ago

There are few useable camera libraries for KMP, but CameraK stands out. Thank you for the quick response.

Kashif-E commented 3 weeks ago

Thanks @tanvirovi that's the goal