-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
Crash while loading a JPEG image #2
Comments
No "error_log.txt" file generated (not good). |
System Steps to reproduce
Additional information |
The issue is reproducible on my machine, good news. |
The issue is that the JPEG image that the user was trying to load was a grayscale one (8-bit depth). The fix is simple, we just need to check the image format, and if not ARGB32 or RGB32, convert it. |
Fixed with 48b2392. |
Describe the bug
Crash while loading a JPEG image, reported by Yannick D. (via email). Need more information to investigate.
The text was updated successfully, but these errors were encountered: