coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 191 forks source link

How to scale down image while uploading. #143

Closed chetanurmaliya closed 8 years ago

chetanurmaliya commented 8 years ago

1) I am using this library to choose the image. 2) Also using glide to display image to ImageView. Now before upload image i want to scale down.

coomar2841 commented 8 years ago

There's no scale down option for now. You will have to do it on your own.