1951 Commits (b5ce29d03f5bb514dc579d9e2caf859bcf6a0a08)

Author SHA1 Message Date
Ynse Hoornenborg 0829e868f5 Scaffolding for HEIC file format 2 years ago
James Jackson-South 9672d48bcc Fix Ssse3 Path decode 2 years ago
James Jackson-South 51193111a1
Fix handling gif encoding for global palettes - Main (#2615) 2 years ago
James Jackson-South ad1b0e6dad
Fix handling gif encoding for global palettes. (#2614) 2 years ago
James Jackson-South 5c13ca7fa7 Replace Crc32, fix benchmarks 2 years ago
James Jackson-South 291e9e7c1e Use source length as bounds 2 years ago
James Jackson-South f74b6acacf Read resolution from EXIF metadata in WebP 2 years ago
James Jackson-South 2200ac2b3c Add test 2 years ago
James Jackson-South 091cb1eabc More early returns and renaming 2 years ago
James Jackson-South 3d9ceaa8fa Allow decoding early EOF 2 years ago
James Jackson-South c99c83ae61 Create fine-grained options for CRC handling. 2 years ago
James Jackson-South 48cecd3c18 Make JFIF marker optional 2 years ago
James Jackson-South e35e9a8d89 Reduce memory usage in pixel map 2 years ago
James Jackson-South 35d55b5da3 More memory pressure reduction 2 years ago
James Jackson-South 9677be02ad More memory pressure reductions 2 years ago
James Jackson-South 6bfabe9d54 Reduce memory pressure on gif decoder tests 2 years ago
James Jackson-South 55e69c7bd2 Try disabling new high memory tests on failing platforms. 2 years ago
Brian Popow b46ab5af84 Explicitly set BitsPerPixel and BitsPerSample to 1 for bicolor compressed images, fixes #2587 3 years ago
James Jackson-South 4b852e6528 Update tests, fix issues 3 years ago
James Jackson-South cc0727b286 Add dedup to webp 3 years ago
Tammo Hinrichs b12badadee Added CICP metadata handling to PNG de/encoder 3 years ago
James Jackson-South 958c9c9b10 Deduper works 3 years ago
James Jackson-South a486558ed1 Complete Webp and add tests 3 years ago
James Jackson-South 328e0465db Wire up connectors and gif encoder 3 years ago
Sven Claesson 0c30a08b81 fix old copy paste issue 3 years ago
Sven Claesson 72b8013241 refactor PngDecoder to SpecializedImageDecoder<PngDecoderOptions> 3 years ago
James Jackson-South f46137847b Complete encoding tests 3 years ago
James Jackson-South a477ac13bc Use correct alpha blending 3 years ago
Poker b89bc54aa2
Add new member to WebpFrameMetadata 3 years ago
James Jackson-South b4e98059b4 Update PngDecoderTests.cs 3 years ago
James Jackson-South 14a95a8ed6 Rename properties and add metadata tests 3 years ago
James Jackson-South 66f444d200 Fix alpha blending and add tests 3 years ago
Poker 2c260b27bf
add unit test and format 3 years ago
Poker 87de521412
Implement Vp8L encoder 3 years ago
Poker fbc08bd6a6
Implement Vp8 encoder 3 years ago
Poker 6f52a0d13c
Preparation 3 years ago
Jose Elias dos Santos c7f3aa40cb [fix]: Fixed Unknown App0 Marker add profileResolver missing 3 years ago
James Jackson-South 564c3d122c Fix encoding 3 years ago
James Jackson-South df2f6987a5 Do not attempt to read data for chunks of length 0. 3 years ago
James Jackson-South 83ced124c4 Split Vp8LHistogram and clean up 3 years ago
Anton Firszov d76fe6f6ae
PBM decoder robustness improvements and BufferedReadStream observability (#2551) 3 years ago
James Jackson-South b8e8b8613d
Tiff decoding robustness improvements (#2550) 3 years ago
Brian Popow c5eed0e537
Add webp decoder option to handle the background color in ANIM chunk (#2547) 3 years ago
antonfirsov bea65987a0 use pinned buffers in Vp8LHistogram 3 years ago
James Jackson-South 3fabb76ab6 Pool Vp8LHistogram memory. 3 years ago
James Jackson-South 31b591a940 Update PngEncoderTests.cs 3 years ago
Jeffrey Parker bf261f0d5e Stylecop extra blank line issue fixed. Refactored code to extract common logic. 3 years ago
Jeffrey Parker 1e53adf85e Fix for issue 2504 - ensuring image and individual frame metadata are written out correctly 3 years ago
James Jackson-South ed3860cfda Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. (#2516) 3 years ago
James Jackson-South f73cdb0520 Expose non-nullable configuration to remove null check 3 years ago