CanHub / Android-Image-Cropper

Image Cropping Library for Android, optimised for Camera / Gallery.
https://canhub.github.io/
Apache License 2.0
1.17k stars 240 forks source link

Allow selecting multiple images at a time from the Gallery #626

Closed aelkaragy closed 2 months ago

aelkaragy commented 2 months ago

Feature request

We currently need to have the MultipleImageSelection feature in the CropImageOptions.

If enabled,

Can we have this feature any time soon?

vanniktech commented 2 months ago

Super unlikely. You should be able to do it yourself by using the CropImageView and rolling your own implementation for allowing multiple images

aelkaragy commented 2 months ago

No problem.

So, if I do the implementation the way I proposed, can I then contribute it to this repo?

vanniktech commented 2 months ago

I'd rather not. Ideally, I would want the API to slim down way more so the only piece of thing you get is a perfect CropImageView that you can use in your Activity and have 100% flexibility with it and build custom solutions just like yours in your own repository. Less is more.