596 Commits (81ee6d04530740636d4f9920faefe8dcf4e3f473)

Author SHA1 Message Date
Anton Firszov 81ee6d0453 smaller Bike.png, optimized RotateTests & RotateFlipTests 9 years ago
Anton Firszov 0e064800a4 optimized DetectEdgesTest 9 years ago
Anton Firszov cd2e0a1be8 optimized ResizeTests output further, added Bike.png 9 years ago
Anton Firszov f357f31b69 moving images again 9 years ago
Anton Firszov d855c6e657 reduced resize output by 75% 9 years ago
Anton Firszov 355a4acd2f re-apply DebugSave() changes after merging mutate-api 9 years ago
Anton Firszov f53a788980 test utility refactors 9 years ago
Anton Firszov 5dff018334 moving input test images into ./tests/TestImages/Input 9 years ago
Anton Firszov 32519410a4 use TestPatternImages in ResizeTests 9 years ago
Anton Firszov 572db70eb4 build fix + clean up ImageDataAttributeBase code duplication 9 years ago
James Jackson-South a710ccca3a Fix marker skipping bug when decoding certain images 9 years ago
Devedse 5cf62d2421 Commented in the Assert.True() to make the test fail. 9 years ago
Devedse 43c92a1389 Removed commented out code 9 years ago
Devedse f8c2727c14 Added tests for loading image with CRC 9 years ago
Dirk Lemstra 03ccebb0df Renamed variable. 9 years ago
Dirk Lemstra 852ae7b777 Only throw exceptions when the CRC of a critical chunk is incorrect. 9 years ago
JimBobSquarePants 51eca28eb6 Disable smoke test 9 years ago
Devedse a209a8210d Added failing test for issue 288 9 years ago
Nikita Balabaev ba6e00499c fix #277 9 years ago
Anton Firszov 0136a6c121 ResizeTests working with CalliphoraPartial.png 9 years ago
James Jackson-South 70892a1468 Cleanup + Rename Run to Apply 9 years ago
Anton Firszov 7eca259587 always DebugSave() png-s 9 years ago
Anton Firszov 2af76f62b3 refactored GetFormatsDirectory() to GetInputImagesDirectoryFullPath() 9 years ago
ascensio ad4aee89e3 closes #269 9 years ago
Anton Firszov d9fb5bda4d clean up TestFile.cs 9 years ago
Anton Firszov 3e233139aa made FormatsDirectory a lazy value -> folders are no longer walked in TestFile type initializer. Might be healthy for test discoverers. 9 years ago
Anton Firszov aad4c715ab made FormatsDirectory a lazy value -> folders are no longer walked in TestFile type initializer. Might be healthy for test discoverers. 9 years ago
Scott Williams 7635558f9b internalise cloning processor + rename context 9 years ago
Scott Williams 41cadf98ac fix broken tests 9 years ago
Scott Williams ab30013d63 Renameing classes + simplifying Image<TPixel> 9 years ago
Scott Williams f7cbb27995 test extensions methods 9 years ago
Scott Williams 961e202f10 initail image operations tests 9 years ago
Dirk Lemstra 66e08f972b Also support non ushort values of ExifTag.Orientation (Fixes #271). 9 years ago
Anton Firszov 09d8face82 refactor 9 years ago
Scott Williams a61fcc95d9 Rename Generate -> Clone 9 years ago
Scott Williams 88e30a0134 fix apply processors to frames 9 years ago
Anton Firszov 24433e999f ReferenceOutput + ResizeTests prototype 9 years ago
Scott Williams f026778e47 migrate to a Image.Generate/Image.Mutate context api 9 years ago
Anton Firszov 7d12830abf ReferencePngDecoder 9 years ago
Anton Firszov 2b4abd2d56 introduced CoreCompat.SystemDrawing as reference utility for tests, implemented ToSystemDrawingBitmap() 9 years ago
Anton Firszov e734a28edb updated xunit to 2.3.0-beta3-build3705, fixed errors reported by xunit analyzer 9 years ago
Johannes Bildstein d9e31decff refactor reading and writing of ICC multilocalized unicode tag data entry 9 years ago
Scott Williams 8bd785af50 switch from mimetype strings to IImageFormats 9 years ago
Scott Williams babd2bc642 add internal IXXOptions to provider cleaner passing of params to core encoders/decoders 9 years ago
Scott Williams fbed11bb78 fix comments 9 years ago
Scott Williams 8cd195cb34 discover types tests 9 years ago
Scott Williams fe61328183 fix formats + added sample for switching out encoders/decoders 9 years ago
Scott Williams 3499d7b6a2 provide IImageFormatProviders and split mimetype detection from decoders. 9 years ago
Scott Williams ea44e6ce15 refactor encoders/decoders 9 years ago
Johannes Bildstein 7e8ddd65bf read and write duplicate tag data entries only once 9 years ago