3999 Commits (51259afef12e90aa4a50c45a1e287bd2977a172e)

Author SHA1 Message Date
Brian Popow a921c57efc Add benchmark file for average filter with 4bpp 5 years ago
Brian Popow 9eb71a20af Add average filter tests 5 years ago
Anton Firszov de5f661177 make GetTotalAvailableMemoryBytes conditional 5 years ago
James Jackson-South 5b82c57ce7 Add compiler directives 5 years ago
Anton Firszov 854ea5d096 workaround for #2001 / https://github.com/dotnet/runtime/issues/65466 5 years ago
Brian Popow 6e6673fcb9 Add test with AVX disabled 5 years ago
Brian Popow cbf4675919 Add adler tests with and without intrinsics 5 years ago
Brian Popow d76c40a43a Ignore invalid gamma chunks 5 years ago
Brian Popow 0fa6085611 Throw exception, if gamma chunk does not contain enough data 5 years ago
James Jackson-South 78e5b6c19d Throw for corrupt LZW min code. Add test for deferred clear code 5 years ago
Brian Popow 29ddc6053e Change error message to "...a palette chunk" 5 years ago
Brian Popow d98171fa54 Add tests for missing palette chunk 5 years ago
James Jackson-South c129278cae Don't throw for bad min code, just don't decode indices. 5 years ago
James Jackson-South 8db482834d Handle empty XMP profiles. Fix #2012 5 years ago
Brian Popow a963fa09ad Add test for decoding only the first frame 5 years ago
Dan Kroymann 2ee0c6e421 Fix unit tests 5 years ago
Dan Kroymann 1c225e93b8 Make the cancellationToken arguments required 5 years ago
Dan Kroymann eb7b9d9f9b Remove IImageDecoder.DecodeAsync() and IImageInfoDetector.IdentifyAsync() 5 years ago
Dan Kroymann 3a11b2f382 Plumb CancellationToken through IImageDecoder and IImageInfoDetector methods 5 years ago
Anton Firszov f387d4a161
Fix test 5 years ago
Anton Firszov 1e410719c0 fix test 5 years ago
Anton Firszov 9ffcc51ed6 Respect PreferContiguousImageBuffers in decoders 5 years ago
Frank Racis 3c9eb470a0 Adding fax4 (T6) compression 5 years ago
Dirk Lemstra 6cb2d37602
Changed master to main in the links. 5 years ago
Brian Popow ab8a1ba564 Add option to decode just one frame 5 years ago
Brian Popow 4c30ccdf04 Add loopcount and duration to the webp metadata 5 years ago
Brian Popow 54a43908b3 Add tests for animated webp 5 years ago
Brian Popow 7d0dd42b0d Replace broken webp image with exif data 5 years ago
Brian Popow 9cc92b8035 Decode animated lossless webp 5 years ago
James Jackson-South 438a97bb9b Handle missing global color table. Fix #1963 5 years ago
Dmitry Pentin b4ac71e1dd Added test 5 years ago
James Jackson-South d8372568e0 Convert OrientationMode into something usable. 5 years ago
Dmitry Pentin 85cd83f3a7 IDisposable JpegDecoderCore is now properly disposed in tests 5 years ago
Brian Popow 8b8993dadc Add encode lossy webp with alpha tests 5 years ago
Anton Firszov 6078c0eb92 Revert "attempt to re-enable RentReturnRelease_SubsequentRentReturnsDifferentHandles on Mac" 5 years ago
Anton Firszov 9d155a55aa finalize and document the API 5 years ago
Ildar Khayrutdinov 855d1aa1c5 minor test 5 years ago
Ildar Khayrutdinov d01dfe8e26 change JIS encoding, update test 5 years ago
Ildar Khayrutdinov 19a7b8c62e update JIS test 5 years ago
Ildar Khayrutdinov 62ca84242e Add test 5 years ago
Ildar Khayrutdinov 5dcbcfd619 add test tag 5 years ago
Ildar Khayrutdinov 3054c5b75d add encoded string tags to common tests 5 years ago
Ildar Khayrutdinov ac9a98a552 cleanup 5 years ago
Ildar Khayrutdinov cda6b24b63 Bug fixes of reading and writing (UCS2 and EncodedString) 5 years ago
Brian Popow 77c9c914e9 Webp encoder now defaults to lossy, if nothing else is specified 5 years ago
Anton Firszov b16fd4c685 implemented TotalUndisposedAllocationCount 5 years ago
Anton Firszov 4736288e04 API skeleton + tests for TotalUndisposedAllocationCount 5 years ago
Anton Firszov bbbf687477 attempt to re-enable RentReturnRelease_SubsequentRentReturnsDifferentHandles on Mac 5 years ago
Anton Firszov 168c01dd57 move RentReturnRelease_SubsequentRentReturnsDifferentHandles out of process 5 years ago
Dmitry Pentin 219119aad4 Tests fix 5 years ago