hyperoslo / ImagePicker

:camera: Reinventing the way ImagePicker works.
Other
4.87k stars 677 forks source link

Feature request: set image size #366

Closed makeitTim closed 4 years ago

makeitTim commented 6 years ago

Thanks for the library! The interface is awesome!

I'd like to take an image of a certain set resolution. Can that be done?

Maybe I'm missing something, ... ImagePicker seems to only take 1080 x 1920 images?

In the CameraMan.takePhoto() class it seems to use AVMediaType.video to load the photo? Are the photos limited to 1080 x 1920 because photos are taken from a video stream? What's the reasoning behind this?