-
-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgraded Magick.NET. #1383
Upgraded Magick.NET. #1383
Conversation
@dlemstra Doesn't this mean that according to Magick.NET our encoder is setting the length incorrectly? We have new exceptions thrown in our |
That could be a possibility then. Will investigate that this weekend. Thought the input was coming from a random test file. |
Codecov Report
@@ Coverage Diff @@
## master #1383 +/- ##
=======================================
Coverage 82.85% 82.85%
=======================================
Files 690 690
Lines 31074 31074
Branches 3512 3512
=======================================
Hits 25747 25747
Misses 4605 4605
Partials 722 722
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
tests/ImageSharp.Tests/TestUtilities/ReferenceCodecs/MagickReferenceDecoder.cs
Show resolved
Hide resolved
…erenceDecoder.cs Co-authored-by: James Jackson-South <[email protected]>
Upgraded Magick.NET.
Prerequisites
Description
This updates Magick.NET and sets an option for the BMP coder that fixes #1380. This option was added because the BMP coder in ImageMagick is now stricter and you need to set it to be able to read all files.