165 Commits (baaf29cec50180e82505bc2a7f9d53b7d3c57113)

Author SHA1 Message Date
Brian Popow ede2f2d2d1
GifDecoder: Limit lzw bits to a maximum of 12 bits (#2744) 2 years ago
James Jackson-South 2127b46a04 Implement PngFrameMetadata 2 years ago
James Jackson-South 8166213c17 Implement GifFrameMetadata 2 years ago
James Jackson-South 2752a450d8 Implement up GifMetadata 2 years ago
James Jackson-South 35d55b5da3 More memory pressure reduction 2 years ago
James Jackson-South 9677be02ad More memory pressure reductions 2 years ago
James Jackson-South 6bfabe9d54 Reduce memory pressure on gif decoder tests 2 years ago
James Jackson-South 55e69c7bd2 Try disabling new high memory tests on failing platforms. 2 years ago
James Jackson-South 4b852e6528 Update tests, fix issues 3 years ago
James Jackson-South 958c9c9b10 Deduper works 3 years ago
James Jackson-South a486558ed1 Complete Webp and add tests 3 years ago
James Jackson-South 328e0465db Wire up connectors and gif encoder 3 years ago
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