12368 Commits (e35d1e7db5ceebe87d0a40b71e96f00a00ce0caf)
 

Author SHA1 Message Date
James Jackson-South e35d1e7db5 Fix ImageFormatManager docs 3 years ago
James Jackson-South ff4731abea Attempt to fix equality match in identify tests 3 years ago
James Jackson-South 250d73a9f5 Fix build 3 years ago
James Jackson-South 4a06d152ea Update ImageFormatManager.cs 3 years ago
James Jackson-South 538e1d4a34 Update ImageTests.ImageLoadTestBase.cs 3 years ago
James Jackson-South 3ee22e83ba Detect non configuration decoder instances 3 years ago
James Jackson-South 89d6fc8d69 Expose ImageInfo and add IImageFormat to metadata 3 years ago
James Jackson-South f1968ba5e8
Merge pull request #2312 from stefannikolei/stefannikolei/nullable 3 years ago
Stefan Nikolei 4a5f525d7a Convert DetectFormat to the Try pattern 3 years ago
Stefan Nikolei 9debbe17ac Add NotNullWhen to TryGetLinearlySeparableComponents 3 years ago
James Jackson-South 557e95e43c
Merge branch 'main' into stefannikolei/nullable 3 years ago
James Jackson-South ddcb4b9e44
Merge pull request #2313 from stefannikolei/stefannikolei/wrap-memory 3 years ago
Stefan Nikolei 92ea71d155 Use MustBeGreaterThanOrEqualTo instead of MustBeGreaterThan 3 years ago
Stefan Nikolei 06e249584b Rewrite to TryDetectFormat 3 years ago
Stefan Nikolei 0f9efeb25c Rewrite to TryFindFormatByFileExtension 3 years ago
Stefan Nikolei 9f04434804 Add byteLength to WrapMemory 3 years ago
Stefan Nikolei 89212131ce Fix tests after update of SharedInfrastructure 3 years ago
Stefan Nikolei bd990f0035 Update shared infrastructure 3 years ago
Stefan Nikolei b8e20f5331 Remove nullable disable from ResizeHelper 3 years ago
Stefan Nikolei 9b91a9e5a3 Remove nullable disable and fix Equals 3 years ago
Stefan Nikolei 8ba26b9935 Remove nullable disable from CloningImageProcessor 3 years ago
Stefan Nikolei e2872c1064 Remove nullable disable 3 years ago
Mark Cilia Vincenti 7377232a5a
Fix GitHub shields (#2311) 3 years ago
James Jackson-South 2b6ba7ac2f
Merge pull request #2306 from stefannikolei/stefannikolei/fix/comments 3 years ago
Stefan Nikolei 684b4b0c00 Fix wrong comment for ICCProfile 3 years ago
James Jackson-South 03284753d9
Merge pull request #2282 from stefannikolei/stefannikolei/add-nullable-annotation 3 years ago
Stefan Nikolei 344fc99283 Add #nullable disable 3 years ago
Stefan Nikolei ca34028e7e
Merge branch 'main' into stefannikolei/add-nullable-annotation 3 years ago
James Jackson-South ca20c926b8
Merge pull request #2276 from SixLabors/js/decoder-attempt-2 3 years ago
James Jackson-South 4007a48b89 Use shared instances for all built-in decoders. 3 years ago
James Jackson-South 64c7a8e743 Merge branch 'js/decoder-attempt-2' of https://github.com/SixLabors/ImageSharp into js/decoder-attempt-2 3 years ago
James Jackson-South 205e1b369c Make decoder cancellation token default. 3 years ago
Anton Firszov 85dc0f37bc [Experiment] do not timeout LoadAsync_IsCancellable 3 years ago
James Jackson-South 1dd2d6e40f Better error handling in action wrapper 3 years ago
James Jackson-South bd6e58c207 Merge branch 'js/decoder-attempt-2' of https://github.com/SixLabors/ImageSharp into js/decoder-attempt-2 3 years ago
James Jackson-South 2145794271 Fix test file 3 years ago
Anton Firszov bb22d69e4c Disable cancellation tests on Unix entirely 3 years ago
Anton Firszov 9a55652726 we should validate cancellation for each decoder separately 3 years ago
Anton Firszov 475825d441 Merge branch 'js/decoder-attempt-2' of https://github.com/SixLabors/ImageSharp into js/decoder-attempt-2 3 years ago
Anton Firszov 64b4045274 disable gif cancellation tests 3 years ago
James Jackson-South 5f488eef73 Revert "Experiment with a much shorter timeout." 3 years ago
James Jackson-South 718bdc49d0 Experiment with a much shorter timeout. 3 years ago
James Jackson-South e2c574856e Base the buffer size on the stream length 3 years ago
James Jackson-South a58e6ff53d Add more cancellation checks 3 years ago
Anton Firszov 0eadea2325 skip PNG cancellation tests for Unix 3 years ago
Anton Firszov 25e8d01b3d cancellation detection in png DecodePixelData 3 years ago
Anton Firszov 834f686584 increase timeout 3 years ago
Anton Firszov b9ba211acf only test for pre-cancellation with IdentifyAsync 3 years ago
Anton Firszov ce7ef111b8 cancellation tests: larger images, don't go above 0.7 3 years ago
Anton Firszov 1b1be0a3b4
fix condition 3 years ago