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
华为荣耀畅玩9a(android 10),压缩后图片显示有问题,
通过exifinterface检查orientation并旋转后显示问题
=========
追加,我觉得这里是不是有问题,rotate的角度不能直接传orientation吧 Engine的compress方法里: if (srcImg.getMedia() != null && Checker.SINGLE.isJPG(srcImg.getMedia().getMimeType())) { int orientation = srcImg.getMedia().getOrientation(); if (orientation > 0) { tagBitmap = rotatingImage(tagBitmap, orientation); } }
The text was updated successfully, but these errors were encountered:
已修复了明天会发新版本
Sorry, something went wrong.
发新版本了吗
正在发了
发好了
No branches or pull requests
华为荣耀畅玩9a(android 10),压缩后图片显示有问题,
通过exifinterface检查orientation并旋转后显示问题
=========
追加,我觉得这里是不是有问题,rotate的角度不能直接传orientation吧
Engine的compress方法里:
if (srcImg.getMedia() != null && Checker.SINGLE.isJPG(srcImg.getMedia().getMimeType())) {
int orientation = srcImg.getMedia().getOrientation();
if (orientation > 0) {
tagBitmap = rotatingImage(tagBitmap, orientation);
}
}
The text was updated successfully, but these errors were encountered: