Skip to content

Commit

Permalink
SixLabors#797 throw ImageFormatException when no StartOfFrame marker …
Browse files Browse the repository at this point in the history
…is found on a jpg image.
  • Loading branch information
jongleur1983 committed Jan 4, 2019
1 parent a5a387e commit 6e841b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ImageSharp.Tests/TestImages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public static class Issues
public const string OrderedInterleavedProgressive723C = "Jpg/issues/Issue723-Ordered-Interleaved-Progressive-C.jpg";
public const string ExifGetString750Transform = "Jpg/issues/issue750-exif-tranform.jpg";
public const string ExifGetString750Load = "Jpg/issues/issue750-exif-load.jpg";
public const string InvalidJpegThrowsWrongException797 = "Jpg/issues/Issue797-InvalidImage.jpg";
}

public static readonly string[] All = Baseline.All.Concat(Progressive.All).ToArray();
Expand Down

0 comments on commit 6e841b8

Please sign in to comment.