7714 Commits (9b29319ea97835e9960cdf142ecb103b047bd7cc)

Author SHA1 Message Date
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
James Jackson-South 438a97bb9b Handle missing global color table. Fix #1963 4 years ago
Dmitry Pentin ca9c45e601 Fixed invalid non-interleaved single component jpeg scan parsing 4 years ago
Dirk Lemstra c120c5b478
Removed unused ItemGroup. 4 years ago
Brian Popow 0149a5baab Change webp package tag to WebP 4 years ago
Brian Popow 00bc550030 Add tiff and webp to the PackageTags 4 years ago
James Jackson-South d8372568e0 Convert OrientationMode into something usable. 4 years ago
James Jackson-South c38825ba2a Fix for .NET FX 4 years ago
James Jackson-South fddfee2008 Update DC-X008-Translation-2019-E.pdf 4 years ago
Anton Firszov cf288f10bb
preferLocal: false 4 years ago
Anton Firszov 60108df2c5 consolidate naming 4 years ago
Anton Firszov 976b2a8978 review suggestions 4 years ago
Anton Firszov fb3bd92580
volatile read on totalUndisposedAllocationCount 4 years ago
Brian Popow 2491b6ab62 Change AverageBytesPerMb to ReadOnlySpan<byte> 4 years ago
Brian Popow 192cfb03f9 Move disposing the alpha data to the AlphaEncoder 4 years ago
Ildar Khayrutdinov 5d502980c2 memory improvements 4 years ago
Brian Popow b12ad7596e Leave alpha data uncompressed, if compression does not yield in smaller data 4 years ago
Brian Popow cf672b99ae Use memory allocator for alpha data 4 years ago
Brian Popow d398ae7445 Default alpha compression to true 4 years ago
Brian Popow d192941228 Add lossless alpha compression 4 years ago
Anton Firszov 9d155a55aa finalize and document the API 4 years ago
Brian Popow 96c1c725f9 Write ALPH chunk (only uncompressed for now) 4 years ago
Ildar Khayrutdinov ab3ca30fb0 cleanup 4 years ago
Ildar Khayrutdinov d01dfe8e26 change JIS encoding, update test 4 years ago
Ildar Khayrutdinov c292e65df5 comment 4 years ago
Ildar Khayrutdinov 361eb85b35 comment 4 years ago
Ildar Khayrutdinov 7b5dd176b2 cleanup 4 years ago
Ildar Khayrutdinov 2ed1b6d4ec format 4 years ago