2019 Commits (c01bdedbae48bfbbc8a4808ee9dde55fa864ad74)

Author SHA1 Message Date
James Jackson-South d4af87b88f Update PngEncoderTests.cs 6 years ago
James Jackson-South 9a42d54767 Add test images 6 years ago
Brian Popow 9fd131d160 Fix bug in PredictorInverseTransform 6 years ago
Brian Popow 7b8d841f5c Move corrupted images into separate test 6 years ago
James Jackson-South fa1e1c5b91 MetaData => Metadata code. 7 years ago
James Jackson-South 6bc6afb3e7 MetaData => Metadata 7 years ago
James Jackson-South dfd2b641d5 Simplify format specific metadata retrieval. 7 years ago
Brian Popow f907e67ef4 Additional tests for images with more than one transform 7 years ago
James Jackson-South 895c7f584b Gray16 => L16 7 years ago
James Jackson-South a35b73245a Gray8 => L8 7 years ago
James Jackson-South 0acf4f979c Alpha8 => A8 7 years ago
Brian Popow 2e8109515c Fix an issue reading the transformations and fixed the testimages accordingly 7 years ago
Brian Popow 31a8b9affa SubtractGreen transform works now 7 years ago
Brian Popow 6a696d8ca9 Add tests for lossless images with one transform 7 years ago
Brian Popow eaec97657d Add tests for lossless images without transforms 7 years ago
James Jackson-South 61ea5e8627 Add tests and fix for handling invalid input. 7 years ago
James Jackson-South 3a9dfdf8b7 Allow returning the image format with the info. 7 years ago
James Jackson-South ff136cd8ad Compare image on windows only for now. 7 years ago
James Jackson-South dc090c23ec Fix #1047 7 years ago
James Jackson-South 9e232fe57a Improve code coverage. 7 years ago
Brian Popow 8b0eaf8dfd Code review changes 7 years ago
Brian Popow 7db0caaedd Throw ImageFormatException when width or height is 0 7 years ago
Brian Popow 862018228d Add tests for bmp and tga header to throw UnknownImageFormatException when there is insufficient data 7 years ago
Brian Popow f1a021b065 Using tolerant comparer for 16 and 8 bit 7 years ago
Peter Amrehn 5067bf472e introduce WebPLossyDecoder 7 years ago
Brian Popow 4cd0ce4e74 Add all found chunk types to the metadata 7 years ago
Brian Popow d88ba617e1 Add parsing optional chunks at the end 7 years ago
Lajos Marton 375d332b65 BitsPerPixel Assert added to webp Identify_DetectsCorrectDimensions test 7 years ago
Brian Popow c113c8ea8c Skipping over optional chunks with VP8X images (still does not seem to work) 7 years ago
Lajos Marton a7965898cf Animated webp sample added to Identify test 7 years ago
Lajos Marton 95f89503ce Some Lossy files added to WebPDecoder Identify test. Test is broken with new sample files. 7 years ago
Lajos Marton 80cf5d83ef WebP Identify test added, webp sample files copied from official samples repository 7 years ago
Lajos Marton 9fb13a2588 WebP tests WIP 7 years ago
Brian Popow f612fabf79 Add CompareToOriginal at the end of Issue1014 test 7 years ago
Brian Popow 3b5af03f5f Add test for the tga encoder 7 years ago
Brian Popow 7b3018c3e1 Add support for encoding rle 8, 16 and bit tga images 7 years ago
Brian Popow deb1bf5284 Add support for images with top left origin 7 years ago
Lajos Marton a9ff1fb6ff WebP test input files added, test skeletons added (copied from Bmp tests) 7 years ago
Brian Popow e12873c115 Add tests for topleft origin 7 years ago
Brian Popow 296e75bb3f Change test images, add additional tests 7 years ago
Brian Popow 7a8a132558 Add RLE test images 7 years ago
Brian Popow 3b48dc39dc Add tga decoder tests 7 years ago
Brian Popow c3d5f4bd29 Add unit test for issue #1014 7 years ago
Sheyne Anderson 9c48edd685 Add a test for PngEncoder inference 7 years ago
Peter Tribe c93dd00964 Fixed tests 7 years ago
Peter Tribe 072dd533cc Added: test + fixed optimized property 7 years ago
James Jackson-South cf0bb2540f Fix #1004 7 years ago
Simon Cropp fd6a03af15 remove some redundant usings (#976) 7 years ago
Simon Cropp bcbd4726a6 use var where apparent (#972) 7 years ago
Simon Cropp e23d8df485 remove some redundant variables and type params (#971) 7 years ago