11641 Commits (e554dcaa73d2b17c7efc2246bbfa12bc39f3ba9f)
 

Author SHA1 Message Date
Anton Firszov de5f661177 make GetTotalAvailableMemoryBytes conditional 4 years ago
James Jackson-South 5b82c57ce7 Add compiler directives 4 years ago
James Jackson-South 9f4223d82a
Merge branch 'main' into fix-async-image-load 4 years ago
James Jackson-South 67063c64a8
Merge branch 'main' into fix-png-identify-issue-with-sBIT-chunk 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 6e6673fcb9 Add test with AVX disabled 4 years ago
Brian Popow cbf4675919 Add adler tests with and without intrinsics 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 c059656200
Merge pull request #2021 from SixLabors/bp/invalidgamma 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
Brian Popow 97d1a4ea4a Merge remote-tracking branch 'origin/main' into bp/invalidgamma 4 years ago
James Jackson-South 6727d6e5b4
Merge pull request #2014 from SixLabors/js/fix-2012 4 years ago
James Jackson-South 85a0ac644d Use GifThrowHelper 4 years ago
James Jackson-South eda0906796
Merge branch 'main' into js/fix-2012 4 years ago
James Jackson-South 968c5ff488
Merge pull request #2020 from SixLabors/bp/missingpalette 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 bcb3035dfa
Merge branch 'main' into bp/missingpalette 4 years ago
Brian Popow d98171fa54 Add tests for missing palette chunk 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 a963fa09ad Add test for decoding only the first frame 4 years ago
Brian Popow 204f94e84b Add tiff decoder option to only decode first frame 4 years ago
Dirk Lemstra 92da254bb8
Restored checkboxes. 4 years ago
Dirk Lemstra 63792362b4
Restored checkboxes. 4 years ago
Dan Kroymann 2ee0c6e421 Fix unit tests 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 fdc9d82140 Merge branch 'fix-async-image-load' of https://github.com/kroymann/ImageSharp into fix-async-image-load 4 years ago
Anton Firszov 66dc526a9b
Merge branch 'main' into fix-async-image-load 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
Anton Firszov f24b02f31c
Merge pull request #1999 from SixLabors/af/contiguous-load 4 years ago
Anton Firszov d181b77dcd
Merge branch 'main' into af/contiguous-load 4 years ago
Brian Popow a1da24a894
Merge pull request #2000 from br3aker/dp/jpeg-spectral-conversion-fix 4 years ago
Dmitry Pentin 3ea8485989 Removed redundant CommitConversion() call 4 years ago
Anton Firszov f387d4a161
Fix test 4 years ago
Anton Firszov 1e410719c0 fix test 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