7932 Commits (d6fbc01446b8eb2441e135ff917b612ef1756298)

Author SHA1 Message Date
Brian Popow d6fbc01446 Change clut values from jagged array to flat array 3 years ago
Brian Popow 20e9b7fdf7 Fix out of bounds error 3 years ago
James Jackson-South 6c2ee909f2 Fix CieLab docs 3 years ago
James Jackson-South 3be31c38cd Preserve alpha component 3 years ago
Brian Popow f1c05eec69 Remove not used IccClut constructors 3 years ago
Brian Popow 0fff06d3c4 Port 1d, 2d, 3d, 4d and nd interpolation from reference implementation 3 years ago
James Jackson-South c3984aa3bf Add failing tests 3 years ago
James Jackson-South 6e3dc810df Update decoder bases following merge 3 years ago
Stefan Nikolei 1e37326e70 Removed #nullable disabled 3 years ago
James Jackson-South 96a22c40ad Remove IImageInfo, IImage and use inheritance. 3 years ago
James Jackson-South 94850fcc53 Delete Attempt{T}.cs 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 e35d1e7db5 Fix ImageFormatManager docs 3 years ago
James Jackson-South 4a06d152ea Update ImageFormatManager.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
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 8c580a735c Handle nullability in decoder base 3 years ago
James Jackson-South 66554cba67 Add ability to convert ICC profile on decode 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 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
Stefan Nikolei 684b4b0c00 Fix wrong comment for ICCProfile 3 years ago
James Jackson-South 9a21485f01 Nullable disable 3 years ago
James Jackson-South ece11eb5c7 Create ColorProfileHandling.cs 3 years ago
Stefan Nikolei 344fc99283 Add #nullable disable 3 years ago
James Jackson-South 9f0f9cb354 Optimize matrix read/write 3 years ago
James Jackson-South fb8003c80d Remove double clamping 3 years ago
James Jackson-South 8de137ec8a Cleanup code style 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 1dd2d6e40f Better error handling in action wrapper 3 years ago
James Jackson-South a58e6ff53d Add more cancellation checks 3 years ago
Anton Firszov 25e8d01b3d cancellation detection in png DecodePixelData 3 years ago
James Jackson-South eee14c649f Remove invalid test. 3 years ago
James Jackson-South 54856ff945 Fix reader and out of range exception 3 years ago
James Jackson-South daf366b374 Cleanup and add conversion tests 4 years ago
Brian Popow 0a08da0bc6 Use file scoped namespaces 4 years ago
James Jackson-South 4a613b664f
Update src/ImageSharp/IO/BufferedReadStream.cs 4 years ago
James Jackson-South 47f1cdab65 Rename method 4 years ago
James Jackson-South 4891dc309a Use real cancellation handling. 4 years ago