You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: GPU crash when setting cover from downloaded chapters. (#493)
Fixes#368
Prevent segmentation fault by applying size constraints during bitmap decode instead of after.
Large downloaded chapter images were causing GPU memory overflow before size validation.
- Add pre-decode size check using inJustDecodeBounds
- Implement calculateInSampleSize to downsample large images during decode
0 commit comments