149 Commits (f7dad0dee484f7103acba9b7cb14003ce4778594)

Author SHA1 Message Date
Brian Popow a66c4cff1a Additional tests for images with more than one transform 7 years ago
Brian Popow c54f921642 Fix an issue reading the transformations and fixed the testimages accordingly 7 years ago
Brian Popow ad58d36412 Add tests for lossless images with one transform 7 years ago
Brian Popow 0dcc43eea0 Add tests for lossless images without transforms 7 years ago
Lajos Marton 9b7e4610f5 More animeted webp test images added 7 years ago
Brian Popow 39a6bf519c Fix mistake with parsing VP8X header 7 years ago
Lajos Marton df965137f3 Animated webp sample added to Identify test 7 years ago
Lajos Marton 2ced96a789 Some Lossy files added to WebPDecoder Identify test. Test is broken with new sample files. 7 years ago
Lajos Marton 19563f0a62 WebP Identify test added, webp sample files copied from official samples repository 7 years ago
Lajos Marton c5474e9b24 WebP tests WIP 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
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
Brian Popow 637f76707b Respecting fileHeader Offset, skipping bytes if necessary (#819) 7 years ago
Brian Popow 6a60638d5c Fix Decoding 8-Bit grayscale png's with alpha (#830) 7 years ago
Brian Popow b03d41bbb9 Adds support for OS/2 version 2 bitmaps (#813) 7 years ago
Brian Popow 1b9979c9ef Added support for RLE4 encoded bitmaps (#812) 7 years ago
Brian Popow 1996831667 Decoding Bitmaps with BITFIELDS masks (#796) 7 years ago
James Jackson-South 93bb37394a Use bounds checks in Huffman ctr. Fix #798 7 years ago
Peter Amrehn 575c23d929 #797 throw ImageFormatException when no StartOfFrame marker is found on a jpg image. 7 years ago
popow 0f5df545be updated unit test to be in line with the other tests 8 years ago
popow 0e41c13d3c added Test for decoding windows BMPv2 and one for a bitmap which has 4 bytes per color palette 8 years ago
Stephan Vedder 5ee5da8f81 Start work on jpeg 12 bit support 8 years ago
James Jackson-South 6849617065 Fix trns preservation and add tests 8 years ago
Anton Firszov 5c65cca162 fix Block8x8FTests.Copy1x1Scale, reorganize TestImages.Jpeg.BenchmarkSuite as a static class 8 years ago
Anton Firszov 86489b8ac6 simplify benchmark suite 8 years ago
Anton Firszov 8c6903873b improved benchmarks + more benchmark results 8 years ago
James Jackson-South ba6ecfead5 Add issue reference images 8 years ago
James Jackson-South fbde4f32fd Use scaled luminance trns comparison. 8 years ago
James Jackson-South 24f2e1a689 Decode components in correct order + cleanup + optimizations. 8 years ago
James Jackson-South f62f6e82e1 Fix #721 8 years ago
James Jackson-South 9907d78d3e Preserve BmpBitsPerPixel 8 years ago
James Jackson-South 3835b0b777 Fix EXIF overflow and Jpeg decoding 8 years ago