47 Commits (94ba508fd7d07beec309af00fbd0bcbd409dcc09)

Author SHA1 Message Date
James Jackson-South ffe2d6995b Update license 6 years ago
James Jackson-South 4e3dce1e95 Update source license info. 6 years ago
Brian Popow 43cbdab113 Fix stylecop warnings in the test project 6 years ago
Simon Cropp edeaf7d9a6 redundant usings (#960) 7 years ago
Anton Firszov 52c4a3d417 fix Image.FromStream() + add tests 7 years ago
James Jackson-South 8628aaa8a6 Add 16bit decoder tests. 8 years ago
Dirk Lemstra cd75248320 Added new extension method for IConfigurable to get the configuration and remove the one from Image<TPixel>. 9 years ago
Scott Williams d8a8211417 fix frame double processing 9 years ago
Anton Firszov eb2fd0e47c more jpeg testing 9 years ago
Scott Williams e7d288b01d attempt to fix path issues on travis 9 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
Anton Firszov 5dff018334 moving input test images into ./tests/TestImages/Input 9 years ago
Anton Firszov 572db70eb4 build fix + clean up ImageDataAttributeBase code duplication 9 years ago
Anton Firszov 2af76f62b3 refactored GetFormatsDirectory() to GetInputImagesDirectoryFullPath() 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 ab30013d63 Renameing classes + simplifying Image<TPixel> 9 years ago
Scott Williams f7cbb27995 test extensions methods 9 years ago
James Jackson-South 996da79f8d Fix tests 9 years ago
Anton Firszov 543924085e fixed Sandbox46 execution 9 years ago
James Jackson-South 827ca83bf0 Now decodes all images 9 years ago
James Jackson-South ca9bd35798 Can now decode many images 9 years ago
Scott Williams ea44e6ce15 refactor encoders/decoders 9 years ago
James Jackson-South 0766b03ea6 Use better static format for Load etc. 9 years ago
James Jackson-South 450987dc00 Remove non-generic Image 9 years ago
Scott Williams a3185fd6e7 Move image loading out of constructors and into static methods 9 years ago
Anton Firszov 35f3be02c1 Fixed Sandbox46 test execution 9 years ago
Scott Williams e29f3eadd9 fix all instances of var 9 years ago
Dirk Lemstra 38e7a2dc1b Added extra overload for TestFile.CreateImage and used it in the tests. 9 years ago
Scott Williams 8b7923fe6b file path based apis 9 years ago
Scott Williams c9ed0989a5 added new relative path 9 years ago
Anton Firszov 7f32e0fcab better comments for AddFormatsDirectoryFromTestAssebmlyPath() 9 years ago
Anton Firszov bb6fa65362 ImageSharp.Tests (.NET Core!) test profiling is now possible from R# context menu 9 years ago
Anton Firszov f2d9633472 added xunit.runner.visualstudio 9 years ago
Anton Firszov 6d313e3568 ImageSharp.Sandbox46.csproj compiles and runs! 9 years ago
Scott Williams d1f110526d Dropped ImageSharpd.Formats 9 years ago
Scott Williams 176ad96dd2 run tests on travis 9 years ago
James Jackson-South d0cdc4d483 Rename Bootstrapper to Configuration 9 years ago
James Jackson-South 16ee402fea Move bootstrapper initializer 9 years ago
James Jackson-South e13b8dc3a6 Limit constructors, change test format loading 9 years ago
Anton Firszov 4f27e6b938 Benchmark_JpegDecoder 9 years ago
antonfirsov 2822e2a950 Benchmark_JpegDecoder 9 years ago
antonfirsov 6da4ac1ed5 introduced PixelTypes.ColorWithDefaultImageClass 9 years ago
antonfirsov 2678539037 re-added & refactored TestUtilities 9 years ago
Dirk Lemstra 4c9e3dc4e7 Refactored TestImages again so they can be used in Attributes. 9 years ago
Dirk Lemstra b753f78553 Added an extra constructor to image that accepts a byte array. 9 years ago
James Jackson-South 2b2ec84e9c Rename to ImageSharp 9 years ago
dirk 90b385ac05 Only read and decode the test images once in the unit tests. 9 years ago