|
|
|
@ -73,8 +73,7 @@ internal readonly struct JFifMarker : IEquatable<JFifMarker> |
|
|
|
{ |
|
|
|
// Some images incorrectly use JFXX as the App0 marker (Issue 2478)
|
|
|
|
if (ProfileResolver.IsProfile(bytes, ProfileResolver.JFifMarker) |
|
|
|
|| ProfileResolver.IsProfile(bytes, ProfileResolver.JFxxMarker) |
|
|
|
|| ProfileResolver.IsProfile(bytes, ProfileResolver.OSQidMaker)) |
|
|
|
|| ProfileResolver.IsProfile(bytes, ProfileResolver.JFxxMarker)) |
|
|
|
{ |
|
|
|
byte majorVersion = bytes[5]; |
|
|
|
byte minorVersion = bytes[6]; |
|
|
|
|