-
-
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
Load Image Exception Jpg ImageSharp.Formats.Jpg.MissingFF00Exception #159
Comments
@vinhhrv @HelmuthWcs The causes that throw that exception are different in both images. The first image is actually correct and highlight a bug in the decoder. The seconds image however is buggy and will require a workaround. Here's the output from JpegSnoop
|
@brianpopow should be fixed as soon as we merge #571 (very soon!) |
nice, i am glad to hear that! I have tested it with the swap-jpeg-decoder branch and it did indeed fix the issue. |
…hough, won't add it
Prerequisites
DEBUG
andRELEASE
modeDescription
Load Image Error
ImageSharp.Formats.Jpg.MissingFF00Exception
Steps to Reproduce
using (var file = File.OpenRead("files/jpg_bug.jpg")) { var image = Image.Load(file); }
Attach file
System Configuration
The text was updated successfully, but these errors were encountered: