74 Commits (d6a2d40a80a60e0eb25861d7714f4cfd5b8cc90d)

Author SHA1 Message Date
Scott Williams 8bd785af50 switch from mimetype strings to IImageFormats 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
Anton Firszov daad823932 implemented the rest of pixel conversion methods 9 years ago
Anton Firszov abd4c19bed test clenup (xUnit analyzer warnings mostly) 9 years ago
Anton Firszov 4a9c8c80d7 almost done 9 years ago
James Jackson-South 98c2b3d369 Fix broken test 9 years ago
James Jackson-South 5ec3f28532 Remove StandardImageClass 9 years ago
James Jackson-South 572d26594d Resize 9 years ago
James Jackson-South f24863fa66 AutoOrient 9 years ago
James Jackson-South 89973f32f8 Oilpainting 9 years ago
James Jackson-South 775a99cbf5 BlackWhite, ColorBlindness, Grayscale 9 years ago
James Jackson-South cf06ff4d59 Finish dither tests 9 years ago
James Jackson-South 1ebb23009e BinaryThresholdTests as template 9 years ago
James Jackson-South b980703b02 Replace BufferSpan<T> with Span<T> 9 years ago
James Jackson-South 0766b03ea6 Use better static format for Load etc. 9 years ago
Dirk Lemstra 26b8a9507f Fixed namespace 9 years ago
James Jackson-South 1c3b362f36 Fix tests 9 years ago
James Jackson-South 450987dc00 Remove non-generic Image 9 years ago
Scott Williams 2d90943ae4 bulk blending tests 9 years ago
Scott Williams bfed55d4a1 PorterDuff tests 9 years ago
Scott Williams 472bb85030 initial blender implementations 9 years ago
Scott Williams a999a0b33b pixelate no longer blanks out background 9 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South eceb889758 Rename TColor to TPixel 9 years ago
James Jackson-South 0a700864e5 Rename Color and ColorVector 9 years ago
James Jackson-South b4987ee26e Enhance FloatRoundingComparer 9 years ago
James Jackson-South 3b9079020d Fix Argb32 naming in typehelpers. 9 years ago
James Jackson-South 29cbdc4a1b Rename Argb, Add Color to tests 9 years ago
James Jackson-South aaf5f920b6 Add PackedValue back to Color 9 years ago
James Jackson-South 292bc4db9e Rename to Color and ColorVector 9 years ago
James Jackson-South 3c5e3a966e Rename Color to Color32 9 years ago
James Jackson-South 9c7a96536b Inint remove packing from Color. 9 years ago
James Jackson-South 66a56f9567 Add proper rounding compare 9 years ago
Scott Williams 5763412df5 fix broken tests 9 years ago
Scott Williams 2e53515b98 Speed up greyscale tests by using test pattern. 9 years ago
Scott Williams 72e88f3a33 allow test cases to be serialized to they show in VS 9 years ago
Scott Williams d6c31d95b1 Improve method name 9 years ago
Johannes Bildstein ecc1e58252 add tests and test data for ICC reading/writing 9 years ago
Scott Williams 1da6833a2a fix stylecop issues 9 years ago
Scott Williams e6e97ed404 Add image comparer test helper 9 years ago
Scott Williams a3185fd6e7 Move image loading out of constructors and into static methods 9 years ago
Scott Williams e29f3eadd9 fix all instances of var 9 years ago
Scott Williams 2ad4fefa88 add stylecop back 9 years ago
Anton Firszov decb84078f implemented Color.BulkOperations.ToVector4() 9 years ago
Dirk Lemstra 826fb4eb91 Implemented the IEncoderOptions inside the jpeg encoder. 10 years ago
Anton Firszov 4501ca5fb4 fix 10 years ago
Anton Firszov be4c189533 IPixel 10 years ago
Anton Firszov fac468fedc fixed jpeg quality issue pointed out in conversation under #75 10 years ago
Anton Firszov 6716d67908 Test code cleanup: removed EnumHelper, moved MeasureFixture to TestUtilities, Jpeg test formatting 10 years ago