-
-
Notifications
You must be signed in to change notification settings - Fork 890
Closed
Description
Prerequisites
- I have written a descriptive issue title
- I have verified that I am running the latest version of ImageSharp
- I have verified if the problem exist in both
DEBUGandRELEASEmode - I have searched open and closed issues to ensure it has not already been reported
Description
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
- ImageSharp version: 1.0.0-alpha5-00046
- Other ImageSharp packages and versions:
- Environment (Operating system, version and so on): win10
- .NET Framework version: netcoreapp
- Additional information:
Reactions are currently unavailable
