124 Commits (4e5a87c223af474e51528643fda1a781ffd74857)

Author SHA1 Message Date
Brian Popow 27c714966c Add tests for reading webp metadata, fix some test images with metadata 6 years ago
Brian Popow 2ab691ca47 Enable macroblock filtering 6 years ago
Brian Popow c27427615b Additional webp lossy tests 6 years ago
Brian Popow 0e21c6aaa5 Add webp lossy tests 6 years ago
James Jackson-South ee0600e682 Don't backpeddle when reading chunk lengths. Fix #1127 6 years ago
James Jackson-South e535d1d409 Add dither scaling and simplify API. 6 years ago
James Jackson-South 305a1c9832 Make dither parallel and add benchmarks. 6 years ago
James Jackson-South 05098868d6 Cleanup and fix tests. 6 years ago
Brian Popow f4d76e4b05 Remove not needed png file from the testfiles 6 years ago
James Jackson-South 1b1e181cee Default RepeatCount to 1. Fix #1098 6 years ago
Brian Popow 4e234625b6 Add parsing of ICCP chunk 6 years ago
Brian Popow 06e7d4e524 Add parsing of EXIF chunk 6 years ago
James Jackson-South cab0e5965f Add test images 6 years ago
Brian Popow 2bd350e558 Fix bug in PredictorInverseTransform 6 years ago
Brian Popow 1cea0c2abf Remove none webp images, except for two example images 6 years ago
James Jackson-South 234eb70967 Add new resize tests. Fix #1049 6 years ago
James Jackson-South 674815ca9d Fix #1006 ResizeMode.Crop 7 years ago
James Jackson-South 94eb476764 Fix #1047 7 years ago
Lajos Marton 9b7e4610f5 More animeted webp test images added 7 years ago
Lajos Marton df965137f3 Animated webp sample added to Identify test 7 years ago
Lajos Marton 3bc1bbf2dd Two sample images missed 7 years ago
Lajos Marton 19563f0a62 WebP Identify test added, webp sample files copied from official samples repository 7 years ago
Brian Popow b4a8778267 Add support for images with top left origin 7 years ago
Lajos Marton 3441e562bc WebP test input files added, test skeletons added (copied from Bmp tests) 7 years ago
Brian Popow 6fda29b271 Add tests for topleft origin 7 years ago
Brian Popow 391cb445f2 Change test images, add additional tests 7 years ago
Brian Popow 5037380cce Add RLE test images 7 years ago
Brian Popow 2e1a6ff65e Add tga decoder tests 7 years ago
Brian Popow fdab536376 Add unit test for issue #1014 7 years ago
James Jackson-South dbc5c76eb1 Fix #1004 7 years ago
Brian Popow ff7d8760da Add support for read and write tEXt, iTXt and zTXt chunks (#951) 7 years ago
Sergio Pedri 481481e083 Bokeh blur implementation (#842) 7 years ago
James Jackson-South 7196b43fb7
Master cleanup (#952) 7 years ago
Brian Popow f9f7a564b1 Add support for decoding RLE24 Bitmaps (#939) 7 years ago
James Jackson-South 692e244f9a
Fix #937 (#938) 7 years ago
Brian Popow 6016c11bd0 Bitmap decoder now can decode bitmap arrays (#930) 7 years ago
Brian Popow 6fcfe09c38 Feature: Bitmap RLE undefined pixel handling (#927) 7 years ago
James Jackson-South 06d0fd44f0 Add test image and use constants 7 years ago
Brian Popow 3431ad321e Add support for encoding 8-bit bitmaps 7 years ago
Brian Popow b0f6b73faa Add support for encoding 16 bit per pixel bitmaps (#899) 7 years ago
Brian Popow 4197e6918e Feature: adaptive histogram equalization (#673) 7 years ago
James Jackson-South 5a85ea72b5
Handle incorrect colorspace metadata. Fix #882 (#885) 7 years ago
James Jackson-South 45edceb0bc
Use more accuracy when calculating variance. Fix #866 (#874) 7 years ago
James Jackson-South 76707283fc
Bounds check. Fix #849 (#851) 7 years ago
James Jackson-South 6c637af2cf
Implement IEquatable<Block8x8F> and check when summing. (#848) 7 years ago
James Jackson-South 617c77c084
Lazily derive the huffman tables. Fix #839 (#841) 7 years ago
James Jackson-South 8f3658da6c
Jpeg Fuzz Fixes (#836) 7 years ago
James Jackson-South 5a9b84e9a6
Remove hardcoded subsampling. Fix #817 (#834) 7 years ago
Brian Popow 892bba1ed1 Add support for Decoding BI_ALPHABITFIELDS (#832) 7 years ago
Brian Popow 13ff434b9e Fix Decoding interlaced grayscale (#831) 7 years ago