47 Commits (ff421757d54edb2abf6cf82994ca81ffe79d2d47)

Author SHA1 Message Date
James Jackson-South 874115bd0a Update license 6 years ago
James Jackson-South 6183dd8c13 Update source license info. 6 years ago
Brian Popow 7b052c8076 Fix stylecop warnings in the test project 6 years ago
Simon Cropp 2c04d6b036 redundant usings (#960) 7 years ago
Anton Firszov 5215a13cbb fix Image.FromStream() + add tests 7 years ago
James Jackson-South 397490997f Add 16bit decoder tests. 8 years ago
Dirk Lemstra da4ad7c129 Added new extension method for IConfigurable to get the configuration and remove the one from Image<TPixel>. 9 years ago
Scott Williams 74f05629b8 fix frame double processing 9 years ago
Anton Firszov 55e891f6c7 more jpeg testing 9 years ago
Scott Williams 800305bc8d attempt to fix path issues on travis 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Anton Firszov 41794a6a7a moving input test images into ./tests/TestImages/Input 9 years ago
Anton Firszov 0a64c5aea0 build fix + clean up ImageDataAttributeBase code duplication 9 years ago
Anton Firszov b8d3e3a136 refactored GetFormatsDirectory() to GetInputImagesDirectoryFullPath() 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
Anton Firszov 13b787e635 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 612b5e2e50 Renameing classes + simplifying Image<TPixel> 9 years ago
Scott Williams 3fa5141ad9 test extensions methods 9 years ago
James Jackson-South 2f48d33d2f Fix tests 9 years ago
Anton Firszov 0478756863 fixed Sandbox46 execution 9 years ago
James Jackson-South fb5ec5ebfc Now decodes all images 9 years ago
James Jackson-South 00712a277e Can now decode many images 9 years ago
Scott Williams 42e0395a60 refactor encoders/decoders 9 years ago
James Jackson-South 8dbf34b12d Use better static format for Load etc. 9 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 9 years ago
Scott Williams 177064f05a Move image loading out of constructors and into static methods 9 years ago
Anton Firszov 42c71a4c5f Fixed Sandbox46 test execution 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Dirk Lemstra c56ab2fdab Added extra overload for TestFile.CreateImage and used it in the tests. 9 years ago
Scott Williams eb46afae69 file path based apis 9 years ago
Scott Williams 0ea8eb7c42 added new relative path 9 years ago
Anton Firszov cad177796e better comments for AddFormatsDirectoryFromTestAssebmlyPath() 9 years ago
Anton Firszov f949f464ea ImageSharp.Tests (.NET Core!) test profiling is now possible from R# context menu 9 years ago
Anton Firszov 1458838025 added xunit.runner.visualstudio 9 years ago
Anton Firszov cb7f43f6ee ImageSharp.Sandbox46.csproj compiles and runs! 9 years ago
Scott Williams 06b3c4b4e7 Dropped ImageSharpd.Formats 9 years ago
Scott Williams 08ddcd9b0f run tests on travis 9 years ago
James Jackson-South ef60a6237e Rename Bootstrapper to Configuration 9 years ago
James Jackson-South baf1642d15 Move bootstrapper initializer 9 years ago
James Jackson-South f237a31ef0 Limit constructors, change test format loading 9 years ago
Anton Firszov 124daec0bf Benchmark_JpegDecoder 9 years ago
antonfirsov 5e09f80db3 Benchmark_JpegDecoder 9 years ago
antonfirsov 67487f0c18 introduced PixelTypes.ColorWithDefaultImageClass 9 years ago
antonfirsov 09f2ad0b14 re-added & refactored TestUtilities 9 years ago
Dirk Lemstra b13521114c Refactored TestImages again so they can be used in Attributes. 9 years ago
Dirk Lemstra a614c3062e Added an extra constructor to image that accepts a byte array. 9 years ago
James Jackson-South a57c90d94b Rename to ImageSharp 9 years ago
dirk 2102ff5186 Only read and decode the test images once in the unit tests. 9 years ago