We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
复现环境:华为荣耀10,系统为8.1.0; 复现场景:调取相机拍照后,点击“√ ”(确认)后出现以下异常:
java.lang.IllegalArgumentException: width and height must be > 0 at android.graphics.Bitmap.createBitmap(Bitmap.java:1209) at android.graphics.Bitmap.createBitmap(Bitmap.java:1176) at android.graphics.Bitmap.createBitmap(Bitmap.java:1126) at android.graphics.Bitmap.createBitmap(Bitmap.java:1087) at com.nanchen.compresshelper.ImageUtil.getScaledBitmap(ImageUtil.java:131) at com.nanchen.compresshelper.ImageUtil.compressImage(ImageUtil.java:177)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
复现环境:华为荣耀10,系统为8.1.0;
复现场景:调取相机拍照后,点击“√ ”(确认)后出现以下异常:
The text was updated successfully, but these errors were encountered: