7886 Commits (250d73a9f568c277db5adcd8676078f68009ee7b)

Author SHA1 Message Date
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
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
Stefan Nikolei 344fc99283 Add #nullable disable 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 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
James Jackson-South 28243df8a4 Better tests for stream synchronization 4 years ago
James Jackson-South 69782359ba Feedback 4 years ago
James Jackson-South 8fdd6b0e63 Use default cancellation token 4 years ago
James Jackson-South 32965d38b9 Simplify position checks. 4 years ago
Brian Popow 57a8fa532e Use AddOrReplace for profiles to avoid adding duplicate 4 years ago
James Jackson-South 0dc9949933 Rename and move configuration module. 4 years ago
James Jackson-South 2721ad5323 Enable optimization. 4 years ago
James Jackson-South afa204b139 Use ScaleToTargetSize 4 years ago
Brian Popow 4aec7aae56 Change samples per pixel to ushort 4 years ago
Brian Popow b45670878d Write padding byte, because the tiff spec requires ifd offset to begin on a word boundary. 4 years ago
James Jackson-South 1dc7bbf98f Update SpecializedImageDecoder{T}.cs 4 years ago
James Jackson-South b98e1dff74 Update AotCompilerTools.cs 4 years ago
James Jackson-South dd882691fc Stub code to prevent unnecessary stream copying on decode. 4 years ago
James Jackson-South b1db34d962 Rename base encoder 4 years ago
James Jackson-South c550af8c5a Re-introduce IImageEncoder and split encoding pipelines. 4 years ago
James Jackson-South 1d994132ef Re-introduce IImageDecoder and split decoding pipelines. 4 years ago
Stefan Nikolei 15aef61582 Disable nullable in GifGraphicControlExtension 4 years ago
James Jackson-South 0e26da8979 Better trans index fix. 4 years ago
James Jackson-South e3872ae793 Read additional gifs and make transparency handling safer 4 years ago
Brian Popow 8fe8948fa1 Review suggestions 4 years ago
James Jackson-South 55ae240f87 Fix gif decoder tests 4 years ago
James Jackson-South 0dcc73a45a Fix leak 4 years ago
James Jackson-South abd3a5a8ba Fix transparency handling and optimize encoding 4 years ago
Brian Popow 0345d0271e Avoid code duplication creating the color decoders 4 years ago
Brian Popow c850e2d41b Fix decoding tiled tiff's with planar configuration 4 years ago
James Jackson-South 44906d50e3 Ensure transparency is written 4 years ago
James Jackson-South 46f26ba95e Correctly read/write graphics control extension 4 years ago