263 Commits (0b7705c60f369c8ea549e141ec0867913debfdae)

Author SHA1 Message Date
Brian Popow d645ba4bf3 Add test for ICC profile 4 years ago
James Jackson-South 205df12e4e Remove DisableSIMD 4 years ago
Scott Williams af7d84a376 check disposed buffers for decoders 4 years ago
Scott Williams 3872c6000c revert loader change 4 years ago
Scott Williams 77bb287116 xunit helper to track undisposed memory 4 years ago
Brian Popow 26a742eb92 Additional tests for decoding png's with filter 4 years ago
Brian Popow 88b75da62b Add tests for png filters with and without intrinsics 4 years ago
Brian Popow e1f96f2647 Additional png decoder tests for average filter 4 years ago
Brian Popow 4f6b807e38 Fix average test data 4 years ago
Brian Popow 9f322555a9 Rename average filter tests 4 years ago
Brian Popow 3ab1ba6bb3 Use DisableHWIntrinsic in average filter test 4 years ago
Brian Popow 9eb71a20af Add average filter tests 4 years ago
Brian Popow 6e6673fcb9 Add test with AVX disabled 4 years ago
Brian Popow cbf4675919 Add adler tests with and without intrinsics 4 years ago
Brian Popow d76c40a43a Ignore invalid gamma chunks 4 years ago
Brian Popow 0fa6085611 Throw exception, if gamma chunk does not contain enough data 4 years ago
Brian Popow 29ddc6053e Change error message to "...a palette chunk" 4 years ago
Brian Popow d98171fa54 Add tests for missing palette chunk 4 years ago
Dan Kroymann 1c225e93b8 Make the cancellationToken arguments required 4 years ago
Brian Popow f3a5ba0b4d
Review suggestion 4 years ago
Brian Popow 3310fa6ffd Add test for wrong CRC in IDAT chunk 4 years ago
Brian Popow dd051e2248 Remove RunSerial from tests 4 years ago
WINDEV2110EVAL\User 0c65e13a4e Don't save the exif text chunk if it is successfully parsed 4 years ago
WINDEV2110EVAL\User c8e2902be2 Moved legacy exif data loading test from PngDecoderTests to PngMetadataTests. 5 years ago
WINDEV2110EVAL\User 2c12c78e83 Added support for loading exif data from pre-2017 pngs from the "raw profile type exif" text chunk. 5 years ago
James Jackson-South eb68bb2d17 Update PngDecoderTests.cs 5 years ago
Anton Firszov ebe7b9c516 Remove Image.DangerousGetRowSpan 5 years ago
Anton Firszov 9047fc971d remove ImageFrame.GetPixelRowSpan 5 years ago
James Jackson-South 27e6b58643 Final final warnings 5 years ago
Gerard Gunnewijk b055e8b14b Renamed the file and file reference 5 years ago
Gerard Gunnewijk c1e8c15b88 Added test image & test method 5 years ago
Gerard Gunnewijk f7bc8d7747 Added test image & test method 5 years ago
Brian Popow 91ff891815 Put decoder and encoder tests in one test collection, so those tests are executed serial 5 years ago
James Jackson-South 043427ac7f Refactor to avoid all the weird allocations 5 years ago
Brian Popow a29653f75f Simplify comparing to expected strings 5 years ago
Brian Popow b49313e1dc Use StringComparison.Ordinal and fix some minor warnings 5 years ago
Brian Popow 2931619bc5 Fix namespaces 5 years ago
TechPizza 5c7f4a9ab3 Added more specialized Png filter code 5 years ago
TechPizza 29250ffbec Added Png filter tests 5 years ago
Brian Popow 5db5dd13f1 Move ZLib related classes from PNG folder to ImageSharp/Compression folder 6 years ago
Brian Popow 25255072f1 This reverts changes from commit 20fcf84311, affecting the png encoder 6 years ago
Brian Popow 998d62930c Add tiff encoder option to choose the deflate compression level 6 years ago
Brian Popow 074d1a6a12 Add xunit trait attributes to tests 6 years ago
James Jackson-South 8d3cddab30 No more Vector4Utils & ImageMath 6 years ago
James Jackson-South 124a54c5ad ImageMaths => ImageMath 6 years ago
James Jackson-South 893247bd88 Add 4 channel float shuffling. 6 years ago
James Jackson-South abe1263b17 Auto repair Png options to use Bit8. Fixes #935 6 years ago
James Jackson-South e6c73e4b2b Update PngEncoderTests.cs 6 years ago
James Jackson-South 45f303d094 Don't use generics. 6 years ago
James Jackson-South 147aea2448 Add skip for dotnet xunit 6 years ago