TakuSemba / CropMe

Extremely Smooth and Easy Cropping library for you
Apache License 2.0
423 stars 74 forks source link

java.lang.IllegalArgumentException: width and height must be > 0 #12

Closed Yagnesh123456 closed 5 years ago

Yagnesh123456 commented 5 years ago

i got this error when implement your library

guydam commented 5 years ago

yup - got the same issue

TakuSemba commented 5 years ago

You need to check if the image is not off of the frame using cropView.isOffFrame. Please let me know if it still happens.