You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method TryGetSinglePixelSpan was changed as noted in this issue
Screenshot below
Because of this, trying to use Puzzle's GenerateSignature method results in the following exception
System.MissingMethodException: Method not found: 'Boolean SixLabors.ImageSharp.Image`1.TryGetSinglePixelSpan(System.Span`1<!0> ByRef)'.
at Puzzle.SignatureGenerator.ComputeAverageSampleLuminosities(Image`1 image)
at Puzzle.SignatureGenerator.GenerateSignature(Image`1 image)
The text was updated successfully, but these errors were encountered:
https://github.com/Nihlus/Puzzle/blob/master/Puzzle/SignatureGenerator.cs#L161
The method
TryGetSinglePixelSpan
was changed as noted in this issueScreenshot below
Because of this, trying to use Puzzle's
GenerateSignature
method results in the following exceptionThe text was updated successfully, but these errors were encountered: