852 Commits (1936bdcb9adfa2a85169155281bafdc5843a577f)

Author SHA1 Message Date
Anton Firszov 59e2537103 Better exceptions for images with degenerate dimensions 6 years ago
Anton Firszov 2a4c8492f9 Clean up public API 6 years ago
Anton Firszov f99ead64c2 fix JpegEncoder disco buffer handling 6 years ago
Anton Firszov c2cecdfff8 jpeg encoder tests for disco buffers 6 years ago
Anton Firszov d2b99294f7 Decode Jpegs to non-contiguous buffers 6 years ago
Anton Firszov 35796da28c Improve robustness of discontiguous Buffer2D 6 years ago
Anton Firszov a4980be72d replace MemorySource with MemoryGroup 6 years ago
James Jackson-South 8cd722cfc5 Revert `using` declaration changes for until we establish guidelines. 6 years ago
James Jackson-South 62feaf33e1 Default RepeatCount to 1. Fix #1098 6 years ago
James Jackson-South bc1dde64c8 Update options helper to use switch and complete tests 6 years ago
Brian Popow d17eb1df6d Rename method names again to be the same as in the reference implementation 6 years ago
Brian Popow 51230a776f Change WithTestPatternImageAttribute to WithTestPatternImagesAttribute 6 years ago
Brian Popow f60bc937de Use using declarations to reduce nesting 6 years ago
Brian Popow 7b052c8076 Fix stylecop warnings in the test project 6 years ago
Anton Firszov 9c279dcd1b when running tests in 32 bits, enforce 32bit execution of RemoteExecutor.exe 6 years ago
Anton Firszov 7723adfb19 workaround RemoteExecutor assembly redirect issue on 472, 6 years ago
Anton Firszov 967e4eabb1 use RemoteExecutor in JpegDecoderTests 6 years ago
James Jackson-South c24b364be1 Merge namespaces 6 years ago
James Jackson-South ed53c82899 Restore CI variable and skip troublesome tests 6 years ago
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