188 Commits (08432174cf85a3d26180c0aa2b607b9c6ff2e695)

Author SHA1 Message Date
Stefan Nikolei 5de26525fe Convert CodeBase to collection Expressions 11 months ago
Stefan Nikolei 18b8b662e9 Use Target Type new only when apparent 11 months ago
James Jackson-South b860f550ae Add YCCK test 1 year ago
James Jackson-South 74d475d4c4 Use ICC profile when available for JPEG decoding color transforms. 1 year ago
James Jackson-South cf3faaaadf Remove IImageDecoderInternals redirect 2 years ago
James Jackson-South a06511f6d2 Initialize pixel type info from decoder. 2 years ago
James Jackson-South 63d4b2028a Fix args and add tests 2 years ago
James Jackson-South 623ad5defd Only exit after multiple EOF hits 2 years ago
James Jackson-South 382ee7fb23 Only exit after multiple EOF hits 2 years ago
Robert Mutniański b3a8452edc Rename SaveComment to SetComment, add index, add clearcomments 2 years ago
Robert Mutniański bb9ed65333 add jpeg com marker support 2 years ago
James Jackson-South 2200ac2b3c Add test 2 years ago
James Jackson-South 48cecd3c18 Make JFIF marker optional 2 years ago
Jose Elias dos Santos c7f3aa40cb [fix]: Fixed Unknown App0 Marker add profileResolver missing 3 years ago
James Jackson-South ed3860cfda Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. (#2516) 3 years ago
James Jackson-South 492507fa2d Allow JFXX as an App0 marker header 3 years ago
James Jackson-South cf4c384cc4 Add test images 3 years ago
James Jackson-South 3c2885e382 Allow zero DPI and only throw at EOF when not enough data 3 years ago
James Jackson-South f421701333 Refactor Load APIs 3 years ago
James Jackson-South 4007a48b89 Use shared instances for all built-in decoders. 3 years ago
James Jackson-South 2145794271 Fix test file 3 years ago
Anton Firszov 112b114805 with BufferedReadStream decoder cancellation works for all decoders, we can test it globally 3 years ago
Anton Firszov 937e78ce80 cover JpegDecoder's own cancellation support 3 years ago
Anton Firszov 00ca204c3d re-create add original DecodeAsync_IsCancellable test 3 years ago
James Jackson-South 0e9a066195 FS Namespaces and Implicit Global Usings 4 years ago
James Jackson-South f78ec5108f Add jpeg tests 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 943cc34393 Fixed 4 years ago
Brian Popow 9d04ae4701 Add test case for #2133 4 years ago
Scott Williams af7d84a376 check disposed buffers for decoders 4 years ago
Brian Popow c988208b4f Add tests for arithmetic coding 4 years ago
Ynse Hoornenborg 406240eec7 Unrelated fix for compiler warnings 4 years ago
Brian Popow 29aa049b71 Add test for #2057 4 years ago
Dan Kroymann 2ee0c6e421 Fix unit tests 4 years ago
Brian Popow 9cc92b8035 Decode animated lossless webp 4 years ago
Dmitry Pentin 22ed6da369 Moved 'unrecoverable image' to 'unsupported' test case 4 years ago
Dmitry Pentin 6b36d552c1 Added example image to the test suite 4 years ago
Brian Popow dd051e2248 Remove RunSerial from tests 4 years ago
James Jackson-South f415e379ed Update JpegDecoderTests.cs 5 years ago
Anton Firszov d798450ef6 Decode into Rgb24 by default 5 years ago
Brian Popow 59a84498d5 Throw NotSupportedException for arithmetic coding and lossless jpeg's 5 years ago
Brian Popow 57335b8ed4 Add detect color type tests 5 years ago
Brian Popow 6cb8717117 Add unit test for issue #1732 5 years ago
Dmitry Pentin a92161f73a Fixed some warnings 5 years ago
Dmitry Pentin d7084eb686 Style fixes 5 years ago
Dmitry Pentin ef80d98ee2 Tests no longer use ParseStream 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
Scott Williams 695cfd3ef7 use overloads taking configuration 5 years ago
Scott Williams 5ccfec917e allow finer grained details logic on when to release the pause. 5 years ago