7813 Commits (30a245a3884306fa57dcb1fef17dd84686600a7a)

Author SHA1 Message Date
Brian Popow 8716c51d30 Add SSE2 version of up filter 4 years ago
Brian Popow c01001fddb Add comment about pixel layout 4 years ago
Brian Popow 18548f7eff Dont use intrinsics for 3 bytes per pixel 4 years ago
Brian Popow 71520887ac No need for the scratch buffer for 4 bytes per pixel 4 years ago
Brian Popow 6016c5cc7f Add note about multiframe images 4 years ago
ratok-mk 0b1cf1c511 Update DeflaterEngine.cs 4 years ago
ratok-mk a30f40ce34
Apply suggestions from code review 4 years ago
Brian Popow 09b2cdb83a Review changes from gfoidl 4 years ago
Brian Popow 747422cf6d Add Sse2 version of Average png filter 4 years ago
James Jackson-South 95cdd1cef5 Fix build 4 years ago
James Jackson-South 2474aab550 Cleanup and normalization 4 years ago
Anton Firszov de5f661177 make GetTotalAvailableMemoryBytes conditional 4 years ago
James Jackson-South 5b82c57ce7 Add compiler directives 4 years ago
Anton Firszov 854ea5d096 workaround for #2001 / https://github.com/dotnet/runtime/issues/65466 4 years ago
Brian Popow d4fc063bbc Rename BLOCK_SIZE to BlockSize 4 years ago
Brian Popow 27fc3b01c6 Add AVX2 version of adler 4 years ago
ratok-mk 025e526fae Minor Optimization for DeflaterEngine and WuQuantizer 4 years ago
Brian Popow d76c40a43a Ignore invalid gamma chunks 4 years ago
Brian Popow 0fa6085611 Throw exception, if gamma chunk does not contain enough data 4 years ago
James Jackson-South 85a0ac644d Use GifThrowHelper 4 years ago
James Jackson-South 78e5b6c19d Throw for corrupt LZW min code. Add test for deferred clear code 4 years ago
Brian Popow 29ddc6053e Change error message to "...a palette chunk" 4 years ago
Titus d4180a92c5 cleaned up whitespace 4 years ago
Titus b0b7ae641b Moved SkipChunkDataAndCrc call to "correct" location for this issue 4 years ago
Brian Popow 892dbe318f Throw exception, if palette chunk is missing 4 years ago
Titus a01ff4a642 Fix issue in PNG identify method to skip "uninteresting" chunks, including sBIT. 4 years ago
James Jackson-South c129278cae Don't throw for bad min code, just don't decode indices. 4 years ago
James Jackson-South c64078cc17 Remove unnecessary throw and optimize write. 4 years ago
James Jackson-South 8db482834d Handle empty XMP profiles. Fix #2012 4 years ago
Brian Popow 204f94e84b Add tiff decoder option to only decode first frame 4 years ago
Dan Kroymann 6ed13c3b41 Fix a bug in LoadAsync(filePath) where the FileStream was being disposed too early 4 years ago
Dan Kroymann 840bf82de6 Restore mistakenly deleted logic for resetting stream position 4 years ago
Dan Kroymann 1c225e93b8 Make the cancellationToken arguments required 4 years ago
Dan Kroymann eb7b9d9f9b Remove IImageDecoder.DecodeAsync() and IImageInfoDetector.IdentifyAsync() 4 years ago
Dan Kroymann f874218d0b Change WithSeekableStreamAsync() so that it executes synchronous actions after preloading the stream, rather than async actions (since the async actions all ultimately operate synchronously anyway) 4 years ago
Dan Kroymann 3a11b2f382 Plumb CancellationToken through IImageDecoder and IImageInfoDetector methods 4 years ago
Dmitry Pentin 3ea8485989 Removed redundant CommitConversion() call 4 years ago
Anton Firszov 9ffcc51ed6 Respect PreferContiguousImageBuffers in decoders 4 years ago
Dan Kroymann 4802b4f0f4 Always pre-copy the source stream into an in-memory stream so that the subsequent image loading operations can safely use synchronous IO 4 years ago
Brian Popow 4fbdccb7d3 A little cleanup 4 years ago
Brian Popow 981d1b3aa2 Remove note, that CcittGroup4Fax is not supported 4 years ago
Frank Racis 3c9eb470a0 Adding fax4 (T6) compression 4 years ago
Brian Popow ab8a1ba564 Add option to decode just one frame 4 years ago
Brian Popow 4c30ccdf04 Add loopcount and duration to the webp metadata 4 years ago
Brian Popow 54a43908b3 Add tests for animated webp 4 years ago
Brian Popow c93007c58b Fix identify webp with alpha 4 years ago
Brian Popow 2b8af22d5d Add decoding animated lossy webp 4 years ago
Brian Popow 00e91cb6ab Add alpha blending for animated webp 4 years ago
Brian Popow 9cc92b8035 Decode animated lossless webp 4 years ago
Cédric Luthi 490bf0f3be Fix documentation of HorizontalResolution and VerticalResolution properties 4 years ago