-
-
Notifications
You must be signed in to change notification settings - Fork 852
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
ArgumentException on loading JPEG image #646
Comments
JPEG or PNG? |
JPEG. I commented exception details in issue description |
Ah it's just that you said PNG in the issue description 😄 Looks like we're being overzealous with our ICC check. Time to consult the expert... @JBildstein What do you think? I would have thought the |
Oh, sorry about that )) I've fixed this typo in description |
Here's what
|
Fixed it with #647 |
You rock! 🤘 |
Prerequisites
DEBUG
andRELEASE
modeDescription
I try to load JPEG image that displays normally and loads normally with .NET Framework's
System.Drawing.Image.FromFile()
. But I get an exception with message:Stacktrace:
Steps to Reproduce
Image.Load()
orImage.Identify()
on image in image.zipSystem Configuration
dotnet --info
output:The text was updated successfully, but these errors were encountered: