152 Commits (3e06687f53d7dc4e50eafa71e781c98152cd392a)

Author SHA1 Message Date
James Jackson-South 4ef363df5d Only compare a subset of frames. 3 years ago
James Jackson-South 98ed0f1070 Refactor and fix gif encoder 3 years ago
James Jackson-South 53510f0220 Add explicit tests for #2450 3 years ago
James Jackson-South fc7219d1fa Add quantizer property tests 3 years ago
James Jackson-South 43aaad1d49 Make color tables mutable 3 years ago
James Jackson-South 12da625cbb Preserve color palettes and deduplicate frame pixels. 3 years ago
Brian Popow 3541a4e08b Use less tolerant comparer when Fma.IsSupported for resize tests 3 years ago
James Jackson-South c21bbbd531 Allow returning individual image frame metadata via Identify. 3 years ago
James Jackson-South b26dca8598 Fix up webp alpha compression test for ARM64 3 years ago
James Jackson-South cf7f808a0e Adjust percentages for ARM (visually checked) 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 205e1b369c Make decoder cancellation token default. 3 years ago
James Jackson-South 1d994132ef Re-introduce IImageDecoder and split decoding pipelines. 4 years ago
James Jackson-South e3872ae793 Read additional gifs and make transparency handling safer 4 years ago
James Jackson-South abd3a5a8ba Fix transparency handling and optimize encoding 4 years ago
James Jackson-South 46f26ba95e Correctly read/write graphics control extension 4 years ago
James Jackson-South 1ac9de53ff Convert TiffEncoder, Use sampling strategy for local palette building 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
James Jackson-South 3b6b30a2f5 Change percentages for mac 4 years ago
James Jackson-South a4c14e70f2 Add additional tests 4 years ago
James Jackson-South f78ec5108f Add jpeg tests 4 years ago
James Jackson-South ac4fb62eeb Only expose sanitized decoder methods. 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
Scott Williams af7d84a376 check disposed buffers for decoders 4 years ago
James Jackson-South 78e5b6c19d Throw for corrupt LZW min code. Add test for deferred clear code 4 years ago
James Jackson-South c129278cae Don't throw for bad min code, just don't decode indices. 4 years ago
James Jackson-South 8db482834d Handle empty XMP profiles. Fix #2012 4 years ago
Dan Kroymann 1c225e93b8 Make the cancellationToken arguments required 4 years ago
Brian Popow 54a43908b3 Add tests for animated webp 4 years ago
James Jackson-South 438a97bb9b Handle missing global color table. Fix #1963 4 years ago
Brian Popow dd051e2248 Remove RunSerial from tests 4 years ago
Anton Firszov e1f15bc626 TryGetSinglePixelSpan -> DangerousTryGetSinglePixelMemory 5 years ago
James Jackson-South 27e6b58643 Final final warnings 5 years ago
Anton Firszov 1a86d6d57d try to mitigate 32 bit failures 5 years ago
Brian Popow cd0148c6a9 Run gif metadata tests serial with decoder and encoder tests 5 years ago
Brian Popow 91ff891815 Put decoder and encoder tests in one test collection, so those tests are executed serial 5 years ago
Brian Popow 347279c258 Clamp color map index, fixes issue #1668 5 years ago
Brian Popow 2931619bc5 Fix namespaces 5 years ago
Anton Firszov d1c2172406 Image.Load(byte[]) should return non-generic Image 5 years ago
James Jackson-South f1a8e6e763 Santize descriptor bounds. Fixes #1530 5 years ago
Brian Popow 074d1a6a12 Add xunit trait attributes to tests 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