308 Commits (3e06687f53d7dc4e50eafa71e781c98152cd392a)

Author SHA1 Message Date
James Jackson-South b4e98059b4 Update PngDecoderTests.cs 3 years ago
James Jackson-South 14a95a8ed6 Rename properties and add metadata tests 3 years ago
James Jackson-South 66f444d200 Fix alpha blending and add tests 3 years ago
James Jackson-South 564c3d122c Fix encoding 3 years ago
James Jackson-South 31b591a940 Update PngEncoderTests.cs 3 years ago
Poker 01caebd34a
Add UnitTest 3 years ago
Poker 7b6c32d54b
implement APNG encoder 3 years ago
Poker 45f6f5b154
Implement APNG decoder 3 years ago
James Jackson-South 037d6ea582 Allow preservation of png color palette 3 years ago
James Jackson-South ae3900df7a Use more accurate bit for alpha lookup. Fix #2469 3 years ago
James Jackson-South fc7219d1fa Add quantizer property tests 3 years ago
Brian Popow 78ef6de9b7 Add scalar version of PngDecoder_Decode_Resize test 3 years ago
Brian Popow 3541a4e08b Use less tolerant comparer when Fma.IsSupported for resize tests 3 years ago
Günther Foidl f746e686df PR feedback + use nuint instead of nint 3 years ago
Günther Foidl 1920e28ed0 Revised Unsafe.Add to avoid the sign-extending move 3 years ago
James Jackson-South b8a76143cc Recreate @brianpopow 's changes 3 years ago
James Jackson-South 4551f457b0 Tweak Png decode/resize differences for ARM64 3 years ago
Stefan Nikolei 06f413107f Convert to TryGetValue 3 years ago
James Jackson-South eff9b0a6a5 Revert recent Detect changes and normalize. 3 years ago
James Jackson-South 7139a52848 Refactor Identify tests 3 years ago
James Jackson-South f421701333 Refactor Load APIs 3 years ago
James Jackson-South 0aa12a4602 Refactor Identify and DetectFormat and fix tests 3 years ago
James Jackson-South 89d6fc8d69 Expose ImageInfo and add IImageFormat to metadata 3 years ago
James Jackson-South 4007a48b89 Use shared instances for all built-in decoders. 3 years ago
James Jackson-South 1d994132ef Re-introduce IImageDecoder and split decoding pipelines. 4 years ago
James Jackson-South 19bdeccd11 Replace IImageDecoder 4 years ago
James Jackson-South 4499df7487 Migrate PngEncoder and fix tests 4 years ago
James Jackson-South 0e9a066195 FS Namespaces and Implicit Global Usings 4 years ago
Clinton Ingram 919721342f clean up PNG filters 4 years ago
James Jackson-South 89faddfa71 Fix build 4 years ago
Brian Popow 0e93171533 Add tests for #2209 4 years ago
James Jackson-South 62427239b0 Update PngDecoderTests.cs 4 years ago
James Jackson-South acbc7bc580 Update PngDecoderTests.cs 4 years ago
James Jackson-South a4c14e70f2 Add additional tests 4 years ago
James Jackson-South ac4fb62eeb Only expose sanitized decoder methods. 4 years ago
James Jackson-South eee64f25d6 Remove SUPPORTS conditions 4 years ago
James Jackson-South 1c2d1f42e2 Update tests and fix issues 4 years ago
James Jackson-South 97baeaf438 Update all files 4 years ago
Dmitry Pentin c6d127ee22 Added tests for different output color types (except ycck) 4 years ago
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