13334 Commits (2c8dd67fcfe2fa4a2fe13f672c0b1dbfa235a324)
 

Author SHA1 Message Date
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
Brian Popow 8b177f8757
Merge branch 'main' into bp/webpanimation 4 years ago
Brian Popow 46b0bf0b49
Merge pull request #1993 from frankracis-work/tiff-fax4-compression 4 years ago
Brian Popow 22364ef3ba
Merge branch 'main' into tiff-fax4-compression 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
Dirk Lemstra 0f587ab276
Added missing body. 4 years ago
Dirk Lemstra 6197844260
Use a different notation. 4 years ago
Dirk Lemstra 056ce5e27e
Use single quotes instead. 4 years ago
Dirk Lemstra 3b8b4d19d4
Try without quotes. 4 years ago
Dirk Lemstra ad7c49ae0e
Switch to issue forms. 4 years ago
Frank Racis 3c9eb470a0 Adding fax4 (T6) compression 4 years ago
Brian Popow 8a115aff10
Merge branch 'main' into bp/webpanimation 4 years ago
Dirk Lemstra 6cb2d37602
Changed master to main in the links. 4 years ago
Dirk Lemstra e54219acec
Renamed master to main. 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