Closed vaindil closed 7 years ago
Shoot, I just saw #18, not sure how I missed it. This is probably a duplicate.
Thanks yeah, a duplicate. Let's close this.
reopening as this is slightly different to the other issue... this is a none-progressive image the other is progressive
@vaindil The issue effecting your image has now been fixed if you upgrade ImageSharp.Formats.Jpeg
to latest you should get the fix. (Fix landed in ImageSharp.Formats.Jpeg
version 1.0.0-alpha1-00045
)
Note this only fixes the issue for none-progressive jpegs so depending on what images you have uploaded it might not work for all of them but it should help some. If you get any more that you can still open locally then it more than likely going to be related to issue #18.
I'm on 1.0.0-alpha1-00049, .NET Core 1.1.0. An image I'm testing with (attached) is throwing the below exception when I call
var image = new Image(stream);
. All other images I've tested work properly, but I'm not sure what's happening with this one.(In case GitHub altered it, I've uploaded the image here.)
Exception:
My code:
Beginning of stack trace: