632 Commits (c8d727d2ebe77ddc7db93de83abeb8bba4ed3d3e)

Author SHA1 Message Date
Anton Firszov b717bee06e let's merge jpeg-port to have the changelog! 9 years ago
Anton Firszov 787e544573 provider.GetImage(new JpegDecoder()) 9 years ago
Anton Firszov 234b830326 TestImageProvider.FileProvider cache is now aware of decoder parameters 9 years ago
Anton Firszov ef959aeea1 covered DetectEdges 9 years ago
Anton Firszov ad766e6d2c PngDecoder is covered now, and proven to be buggy :P 9 years ago
Anton Firszov 1c18e70fbe Using Corecompat.System.Drawing as reference encoder/decoder for PNG. (Optimizing PNG-s with external tools from now.) 9 years ago
Anton Firszov de89c7d2f7 good by GenericFactory! 9 years ago
Anton Firszov 1c51b78559 . 9 years ago
Anton Firszov 0d2a58747a comparing decoders 9 years ago
Anton Firszov 0661c03c84 CompareToReferenceOutput() no longer triggers DebugSave(). Need to be explicit in tests. 9 years ago
Anton Firszov 6d41974f10 introducing the "doNotAppendPixelType" feature 9 years ago
Anton Firszov 3b8e4b024d TestImageProvider can use custom decoder now 9 years ago
Anton Firszov fb5c908bbf TestImageProvider can use custom decoder now 9 years ago
Anton Firszov be6d1aa575 JpegDecoderTests using reference images 9 years ago
Anton Firszov 932c67bd9d ResizeTests use CompareToReferenceOutput now! 9 years ago
Anton Firszov 524456a9bd TestImageExtensionsTests + TolerantImageComparer bugfix + update submodule 9 years ago
Anton Firszov 8548e5d680 PixelTypes bugfix + polishing ResizeTests 9 years ago
Anton Firszov 878b3802fd looks like ApplyOilPaintFilterInBox() is failing with a very good reason 9 years ago
Anton Firszov 224a933853 replaced old comparer everywhere 9 years ago
Anton Firszov c292c75acd implemented TolerantImageComparer 9 years ago
Anton Firszov 03df1dc791 changed ImageComparer design again 9 years ago
Anton Firszov c3e2982fbe implemented ExactImageComparer 9 years ago
Anton Firszov fd4b2d34bf ImageComparer refactors, ExactComparer 9 years ago
Anton Firszov 0096702bad docs & formatting 9 years ago
Anton Firszov 24e87b4afa smaller Bike.png, optimized RotateTests & RotateFlipTests 9 years ago
Anton Firszov 5ffdbc20c9 optimized DetectEdgesTest 9 years ago
Anton Firszov 7a9e276a80 optimized ResizeTests output further, added Bike.png 9 years ago
Anton Firszov 60e0b7f04b moving images again 9 years ago
Anton Firszov 8912d0e890 reduced resize output by 75% 9 years ago
Anton Firszov ae549a0338 re-apply DebugSave() changes after merging mutate-api 9 years ago
Anton Firszov ae86002eb6 test utility refactors 9 years ago
Anton Firszov 41794a6a7a moving input test images into ./tests/TestImages/Input 9 years ago
Anton Firszov 2d8b100e35 use TestPatternImages in ResizeTests 9 years ago
Anton Firszov 0a64c5aea0 build fix + clean up ImageDataAttributeBase code duplication 9 years ago
James Jackson-South 8b9c0af322 Fix marker skipping bug when decoding certain images 9 years ago
Devedse acb7982a88 Commented in the Assert.True() to make the test fail. 9 years ago
Devedse 78b8c9d838 Removed commented out code 9 years ago
Devedse 133d8c3757 Added tests for loading image with CRC 9 years ago
Dirk Lemstra d6bf435878 Renamed variable. 9 years ago
Dirk Lemstra 9be8649a8e Only throw exceptions when the CRC of a critical chunk is incorrect. 9 years ago
JimBobSquarePants d9552060c7 Disable smoke test 9 years ago
Devedse 687f273500 Added failing test for issue 288 9 years ago
Nikita Balabaev 74b0d0aff2 fix #277 9 years ago
Anton Firszov 5b40a9f438 ResizeTests working with CalliphoraPartial.png 9 years ago
James Jackson-South 7d4bc67d9f Cleanup + Rename Run to Apply 9 years ago
Anton Firszov 6208042d36 always DebugSave() png-s 9 years ago
Anton Firszov b8d3e3a136 refactored GetFormatsDirectory() to GetInputImagesDirectoryFullPath() 9 years ago
ascensio 14ec39e17e closes #269 9 years ago
Anton Firszov 247ba37745 clean up TestFile.cs 9 years ago
Anton Firszov 2257671b6d made FormatsDirectory a lazy value -> folders are no longer walked in TestFile type initializer. Might be healthy for test discoverers. 9 years ago