1978 Commits (53cf94221b51161c7ca1842d5cf7775e5b2e7057)

Author SHA1 Message Date
James Jackson-South d7f7d5ae13 Correctly break during decoding 2 years ago
James Jackson-South 59298c8ace Update WebpEncoderTests.cs 2 years ago
James Jackson-South 449dba3d8c Backport fix. 2 years ago
James Jackson-South cf3faaaadf Remove IImageDecoderInternals redirect 2 years ago
James Jackson-South fae857fb1c Clamp JPEG quality estimation results. 2 years ago
James Jackson-South e4ba5d30d7 Decode LZW row by row 2 years ago
James Jackson-South 9f889f75e7 Handle out of bounds Gif LZW max code 2 years ago
antonfirsov d1cc651e19 fix BmpDecoder_ThrowsException_Issue2696 2 years ago
James Jackson-South fb64b3367f Clamp read palette indices. 2 years ago
SpaceCheetah c8eab788dd
Rename DefaultImageAnimated to AnimateRootFrame 2 years ago
James Jackson-South 63d4b2028a Fix args and add tests 2 years ago
SpaceCheetah b1a5593b20
Add test for case with frame offsets 2 years ago
SpaceCheetah 9ae8be4c8a
Add more tests 2 years ago
SpaceCheetah addec72467
Make PngEncoder respect DefaultImageAnimated 2 years ago
SpaceCheetah 85fd4311f1
Fix PngMetadata copy 2 years ago
SpaceCheetah d15a2e79a4
Add test for default image not animated 2 years ago
SpaceCheetah 417667a12c
Add test 2 years ago
James Jackson-South 623ad5defd Only exit after multiple EOF hits 2 years ago
James Jackson-South edc87ad90d Limit ancillary chunk size. 2 years ago
James Jackson-South 2a548818ac Use a smarter approach to determine the transparent index 2 years ago
James Jackson-South 12d05b77cd Revert "Fix file name" 2 years ago
James Jackson-South 15619ecd88 Fix file name 2 years ago
James Jackson-South 3c65383dec Prevent underflow 2 years ago
James Jackson-South 83ecbdb19f Fix path 2 years ago
James Jackson-South b4049ce517 Don't skip data read on animation and frame control chunks 2 years ago
James Jackson-South 9672d48bcc Fix Ssse3 Path decode 2 years ago
James Jackson-South ad1b0e6dad
Fix handling gif encoding for global palettes. (#2614) 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 3 years ago
James Jackson-South 091cb1eabc More early returns and renaming 3 years ago
James Jackson-South 3d9ceaa8fa Allow decoding early EOF 3 years ago
James Jackson-South c99c83ae61 Create fine-grained options for CRC handling. 3 years ago
James Jackson-South 48cecd3c18 Make JFIF marker optional 3 years ago
James Jackson-South e35e9a8d89 Reduce memory usage in pixel map 3 years ago
James Jackson-South 35d55b5da3 More memory pressure reduction 3 years ago
James Jackson-South 9677be02ad More memory pressure reductions 3 years ago
James Jackson-South 6bfabe9d54 Reduce memory pressure on gif decoder tests 3 years ago
James Jackson-South 55e69c7bd2 Try disabling new high memory tests on failing platforms. 3 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