8754 Commits (fd2e8a90adebd0408440a0d522d252da36700a1a)

Author SHA1 Message Date
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. 4 years ago
James Jackson-South 54856ff945 Fix reader and out of range exception 4 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
James Jackson-South 28243df8a4 Better tests for stream synchronization 4 years ago
James Jackson-South 69782359ba Feedback 4 years ago
James Jackson-South dc166a7804 Fix build 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
Brian Popow 0327e1d332 Avoid some code duplication 4 years ago
Brian Popow 34ae604b29 Add support for decoding tiled tiff images 4 years ago
Stefan Nikolei 2cc81b84e9 Enable Nullable 4 years ago
James Jackson-South 93a17007e6 Use new not shared options. 4 years ago
James Jackson-South 5726089a7c Make decoder options init only (except Configuration cos tests) 4 years ago
James Jackson-South 31def5c753 Replace IImageEncoder 4 years ago
James Jackson-South 19bdeccd11 Replace IImageDecoder 4 years ago
James Jackson-South 864735fe20 Move check outside of the loop 4 years ago
Anton Firszov 830d3e2b41
Use DebugGuard 4 years ago
James Jackson-South 307a3ba1e2 Use DebugGuard 4 years ago