180 Commits (27c714966c1880b731c08d0d7d8ff3a3ccf3e9a2)

Author SHA1 Message Date
Brian Popow 27c714966c Add tests for reading webp metadata, fix some test images with metadata 6 years ago
Brian Popow 3f3b445cfe Start implementing compressed alpha decoding 6 years ago
Brian Popow e2cd0d88f3 A little cleanup and refactoring 6 years ago
Brian Popow 4c66366121 Add decode webp benchmark 6 years ago
Brian Popow 240b1561a4 Additional test cases for webp lossy images 6 years ago
Brian Popow bf758f7fd7 Add more webp lossy test cases 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
Anton Firszov da08852291 fix JpegDecoder 6 years ago
James Jackson-South e535d1d409 Add dither scaling and simplify API. 6 years ago
James Jackson-South 1b1e181cee Default RepeatCount to 1. Fix #1098 6 years ago
Brian Popow 43cbdab113 Fix stylecop warnings in the test project 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 026e6589b9 Move corrupted images into separate test 6 years ago
James Jackson-South 234eb70967 Add new resize tests. Fix #1049 6 years ago
James Jackson-South cb69622b2e MetaData => Metadata code. 7 years ago
Brian Popow a66c4cff1a Additional tests for images with more than one transform 7 years ago
James Jackson-South d2d51456b5 Gray16 => L16 7 years ago
James Jackson-South 372c691d52 Gray8 => L8 7 years ago
James Jackson-South d68519d133 Alpha8 => A8 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
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
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 b4a8778267 Add support for images with top left origin 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
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