7324 Commits (bdbb9d25f94af285f43a442ea1bab17e8e123047)

Author SHA1 Message Date
Brian Popow 06843f2a7d Add SSE version of paeth filter 5 years ago
Brian Popow 8432b9fa4d Use nint for offset 5 years ago
Brian Popow 04219b5f74 Use nint for offset 5 years ago
Brian Popow 670105f17b
Apply suggestions from code review 5 years ago
Brian Popow 849e866221 Add SSE2 version of sub filter 5 years ago
Brian Popow 0c8dbeae8c Add Avx version of up filter 5 years ago
Brian Popow 8716c51d30 Add SSE2 version of up filter 5 years ago
Brian Popow c01001fddb Add comment about pixel layout 5 years ago
Brian Popow 18548f7eff Dont use intrinsics for 3 bytes per pixel 5 years ago
Brian Popow 71520887ac No need for the scratch buffer for 4 bytes per pixel 5 years ago
Brian Popow 747422cf6d Add Sse2 version of Average png filter 5 years ago
Anton Firszov de5f661177 make GetTotalAvailableMemoryBytes conditional 5 years ago
James Jackson-South 5b82c57ce7 Add compiler directives 5 years ago
Anton Firszov 854ea5d096 workaround for #2001 / https://github.com/dotnet/runtime/issues/65466 5 years ago
Brian Popow d76c40a43a Ignore invalid gamma chunks 5 years ago
Brian Popow 0fa6085611 Throw exception, if gamma chunk does not contain enough data 5 years ago
James Jackson-South 85a0ac644d Use GifThrowHelper 5 years ago
James Jackson-South 78e5b6c19d Throw for corrupt LZW min code. Add test for deferred clear code 5 years ago
Brian Popow 29ddc6053e Change error message to "...a palette chunk" 5 years ago
Titus d4180a92c5 cleaned up whitespace 5 years ago
Titus b0b7ae641b Moved SkipChunkDataAndCrc call to "correct" location for this issue 5 years ago
Brian Popow 892dbe318f Throw exception, if palette chunk is missing 5 years ago
Titus a01ff4a642 Fix issue in PNG identify method to skip "uninteresting" chunks, including sBIT. 5 years ago
James Jackson-South c129278cae Don't throw for bad min code, just don't decode indices. 5 years ago
James Jackson-South c64078cc17 Remove unnecessary throw and optimize write. 5 years ago
James Jackson-South 8db482834d Handle empty XMP profiles. Fix #2012 5 years ago
Dmitry Pentin 3ea8485989 Removed redundant CommitConversion() call 5 years ago
Anton Firszov 9ffcc51ed6 Respect PreferContiguousImageBuffers in decoders 5 years ago
Brian Popow 4fbdccb7d3 A little cleanup 5 years ago
Brian Popow 981d1b3aa2 Remove note, that CcittGroup4Fax is not supported 5 years ago
Frank Racis 3c9eb470a0 Adding fax4 (T6) compression 5 years ago
Cédric Luthi 490bf0f3be Fix documentation of HorizontalResolution and VerticalResolution properties 5 years ago
James Jackson-South 438a97bb9b Handle missing global color table. Fix #1963 5 years ago
Dmitry Pentin ca9c45e601 Fixed invalid non-interleaved single component jpeg scan parsing 5 years ago
Dirk Lemstra c120c5b478
Removed unused ItemGroup. 5 years ago
Brian Popow 0149a5baab Change webp package tag to WebP 5 years ago
Brian Popow 00bc550030 Add tiff and webp to the PackageTags 5 years ago
James Jackson-South d8372568e0 Convert OrientationMode into something usable. 5 years ago
James Jackson-South c38825ba2a Fix for .NET FX 5 years ago
James Jackson-South fddfee2008 Update DC-X008-Translation-2019-E.pdf 5 years ago
Anton Firszov cf288f10bb
preferLocal: false 5 years ago
Anton Firszov 60108df2c5 consolidate naming 5 years ago
Anton Firszov 976b2a8978 review suggestions 5 years ago
Anton Firszov fb3bd92580
volatile read on totalUndisposedAllocationCount 5 years ago
Brian Popow 2491b6ab62 Change AverageBytesPerMb to ReadOnlySpan<byte> 5 years ago
Brian Popow 192cfb03f9 Move disposing the alpha data to the AlphaEncoder 5 years ago
Ildar Khayrutdinov 5d502980c2 memory improvements 5 years ago
Brian Popow b12ad7596e Leave alpha data uncompressed, if compression does not yield in smaller data 5 years ago
Brian Popow cf672b99ae Use memory allocator for alpha data 5 years ago
Brian Popow d398ae7445 Default alpha compression to true 5 years ago