java.lang.IllegalArgumentException: width and height must be > 0
Bitmap 크기 조정하다 생긴 오류..!!
위 Error는 Width나 Height가 0이거나 0보다 작을 때 나오는 숫자 입니다!
java.lang.IllegalArgumentException: width and height must be > 0
Bitmap 크기 조정하다 생긴 오류..!!
위 Error는 Width나 Height가 0이거나 0보다 작을 때 나오는 숫자 입니다!