ImagePicker
ImagePicker copied to clipboard
Android library to choose image from gallery or camera with option to compress result image
Is this library able select multiple image?
Where can i change the aspect ratio of crop, for example 9:16 instead 1:1?
I am using your library for take photo in my app. I want to use GPS Camera to take photo. While it try to take photo, there are no option...
Hi, I have been using this lib for Image selection , fro while. It works just fine until I decide to change my minimum sdk supported to be 17 instead...
Your library is great man! however i encountered a problem when photo taken from the camera, it doesn't give result.
Good day sir. I am a graphic designer and i am interested in designing a logo for your good project. I will be doing it as a gift for free....
In some situations, like taking a selfie, I want to use only the front camera. And for taking product photos, naturally I want to use only the back camera. Is...
If this method is called: ``` public void selectProfilePic(){ Intent pickProfPicIntent = new Intent(this, ImageSelectActivity.class); pickProfPicIntent.putExtra(ImageSelectActivity.FLAG_COMPRESS, true); pickProfPicIntent.putExtra(ImageSelectActivity.FLAG_CAMERA, true); pickProfPicIntent.putExtra(ImageSelectActivity.FLAG_GALLERY, true); pickProfPicIntent.putExtra(ImageSelectActivity.FLAG_CROP, true); startActivityForResult(pickProfPicIntent, 1213); } ``` A dialog showing...