12382 Commits (e90f16513fb3db7cfb1d551e3955e5523ab406b2)
 

Author SHA1 Message Date
James Jackson-South e90f16513f
Merge branch 'main' into icc-color-conversion 4 years ago
James Jackson-South ddcb4b9e44
Merge pull request #2313 from stefannikolei/stefannikolei/wrap-memory 4 years ago
James Jackson-South 66554cba67 Add ability to convert ICC profile on decode 4 years ago
Stefan Nikolei 92ea71d155 Use MustBeGreaterThanOrEqualTo instead of MustBeGreaterThan 4 years ago
Stefan Nikolei 9f04434804 Add byteLength to WrapMemory 4 years ago
James Jackson-South 98d1758205
Merge branch 'main' into icc-color-conversion 4 years ago
Mark Cilia Vincenti 7377232a5a
Fix GitHub shields (#2311) 4 years ago
James Jackson-South ba76964cf6 Merge branch 'main' into icc-color-conversion 4 years ago
James Jackson-South 2b6ba7ac2f
Merge pull request #2306 from stefannikolei/stefannikolei/fix/comments 4 years ago
Stefan Nikolei 684b4b0c00 Fix wrong comment for ICCProfile 4 years ago
James Jackson-South 9a21485f01 Nullable disable 4 years ago
James Jackson-South bd7257baca Merge branch 'main' into icc-color-conversion 4 years ago
James Jackson-South ece11eb5c7 Create ColorProfileHandling.cs 4 years ago
James Jackson-South 03284753d9
Merge pull request #2282 from stefannikolei/stefannikolei/add-nullable-annotation 4 years ago
Stefan Nikolei 344fc99283 Add #nullable disable 4 years ago
James Jackson-South 9f0f9cb354 Optimize matrix read/write 4 years ago
James Jackson-South fb8003c80d Remove double clamping 4 years ago
James Jackson-South 8de137ec8a Cleanup code style 4 years ago
Stefan Nikolei ca34028e7e
Merge branch 'main' into stefannikolei/add-nullable-annotation 4 years ago
James Jackson-South f60d4b865d
Merge branch 'main' into icc-color-conversion 4 years ago
James Jackson-South ca20c926b8
Merge pull request #2276 from SixLabors/js/decoder-attempt-2 4 years ago
James Jackson-South 4007a48b89 Use shared instances for all built-in decoders. 4 years ago
James Jackson-South 64c7a8e743 Merge branch 'js/decoder-attempt-2' of https://github.com/SixLabors/ImageSharp into js/decoder-attempt-2 4 years ago
James Jackson-South 205e1b369c Make decoder cancellation token default. 4 years ago
Anton Firszov 85dc0f37bc [Experiment] do not timeout LoadAsync_IsCancellable 4 years ago
James Jackson-South 1dd2d6e40f Better error handling in action wrapper 4 years ago
James Jackson-South bd6e58c207 Merge branch 'js/decoder-attempt-2' of https://github.com/SixLabors/ImageSharp into js/decoder-attempt-2 4 years ago
James Jackson-South 2145794271 Fix test file 4 years ago
Anton Firszov bb22d69e4c Disable cancellation tests on Unix entirely 4 years ago
Anton Firszov 9a55652726 we should validate cancellation for each decoder separately 4 years ago
Anton Firszov 475825d441 Merge branch 'js/decoder-attempt-2' of https://github.com/SixLabors/ImageSharp into js/decoder-attempt-2 4 years ago
Anton Firszov 64b4045274 disable gif cancellation tests 4 years ago
James Jackson-South 5f488eef73 Revert "Experiment with a much shorter timeout." 4 years ago
James Jackson-South 718bdc49d0 Experiment with a much shorter timeout. 4 years ago
James Jackson-South e2c574856e Base the buffer size on the stream length 4 years ago
James Jackson-South a58e6ff53d Add more cancellation checks 4 years ago
Anton Firszov 0eadea2325 skip PNG cancellation tests for Unix 4 years ago
Anton Firszov 25e8d01b3d cancellation detection in png DecodePixelData 4 years ago
Anton Firszov 834f686584 increase timeout 4 years ago
Anton Firszov b9ba211acf only test for pre-cancellation with IdentifyAsync 4 years ago
Anton Firszov ce7ef111b8 cancellation tests: larger images, don't go above 0.7 4 years ago
Anton Firszov 1b1be0a3b4
fix condition 4 years ago
Anton Firszov 66753335fa Merge branch 'af/decoder-tests' into js/decoder-attempt-2 4 years ago
Anton Firszov 6a07a51f55 one more fix 4 years ago
Anton Firszov 00188456b1 fix Identify cancellation tests 4 years ago
James Jackson-South f3a2aeaa2e
Merge pull request #2301 from SixLabors/af/decoder-tests 4 years ago
Anton Firszov d1c76e271a fix comments 4 years ago
Anton Firszov 112b114805 with BufferedReadStream decoder cancellation works for all decoders, we can test it globally 4 years ago
Anton Firszov 937e78ce80 cover JpegDecoder's own cancellation support 4 years ago
Anton Firszov 447cd853ff enough to test this for one format in ImageTests 4 years ago