LuckSiege / LuckSiege/PictureSelector
v2.7.3-rc02版本 红米P30 pro 拍照压缩后 图片旋转了90度。
- Dominant language
- Java
- Stars
- 13.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
.isWeChatStyle(true)
// 竖屏
.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT)
// 不支持裁剪
.isEnableCrop(false)
// 压缩
.isCompress(true)
.minimumCompressSize(100) // 小于100kb的图片不压缩
.synOrAsy(false) //同步true或异步false 压缩 默认同步
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Android configuration shown in the issue, especially the compression and portrait-orientation settings, and reproduce the report on the named Redmi P30 Pro device. Done means identifying and correcting the 90-degree rotation after compression, then verifying that compressed portrait images retain their orientation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100