Skip to content

Load Image Exception Jpg ImageSharp.Formats.Jpg.MissingFF00Exception #159

@vinh84

Description

@vinh84

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 DEBUG and RELEASE mode
  • I have searched open and closed issues to ensure it has not already been reported

Description

Load Image Error

jpg_bug

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:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions