2097 Commits (9ebebeac0fdcc3587b5be07101c2a9ecd3994be7)

Author SHA1 Message Date
James Jackson-South 9ebebeac0f Add CieLab tests 8 years ago
James Jackson-South d7fa371793 Normalise inlining, remove flaky test. 8 years ago
Anton Firszov b8914f002b source should be ReadOnlySpan<T> for all bulk-conversion methods + increase tolerance because of failing test case 8 years ago
James Jackson-South e71f2b37e9 Added bulk adaptation method plus more tests 8 years ago
James Jackson-South fce0cf2f0c Fix accidentally replaced test image 8 years ago
James Jackson-South 4878913e2e Upate rgb test format 8 years ago
James Jackson-South 02f7339ee6 Add clamping and more struct tests 8 years ago
James Jackson-South 8a6d032022 Fix colorspace string representation tests. 8 years ago
James Jackson-South 27b3b00ea1 Add tests 8 years ago
James Jackson-South 0f412fc88b Add tests for all supported png bit depths. 8 years ago
Anton Firszov a446f1bee2 ParallelHelper -> CloneAs<T>() + drop ParallelFor 8 years ago
Anton Firszov 7277ca2a29 DrawImageProcessor + formatting 8 years ago
Anton Firszov 7d415fbc27 ParallelHelper -> ProjectiveTransformProcessor, better RotateTests 8 years ago
Anton Firszov 4c5f32441a ParallelHelper -> CropProcessor, additional FlipProcessor test 8 years ago
Anton Firszov 61529a35dc validating tests for CropProcessor 8 years ago
Anton Firszov 0def050866 fixed ParallelHelper + improved tests 8 years ago
Anton Firszov 9e51f4b002 DetectEdgesTest.DetectEdges_InBox issue isolated in a failing test for ParallelHelper.IterateRows() 8 years ago
Anton Firszov 900c7d984d WIP applying ParallelHelper to Convolution processors 8 years ago
Anton Firszov f8c08beaf0 skip tests in ReferenceDecoderBenchmarks 8 years ago
James Jackson-South b36a58bcde Clone => DeepClone 8 years ago
James Jackson-South 6e47624413 Add Clone overloads for new configuration. 8 years ago
James Jackson-South 251ae936a7 Rename DeepClone => Clone 8 years ago
James Jackson-South bcfece8a2c Add metadata cloning tests 8 years ago
James Jackson-South eb9e051da0 All metadata now performs a deep clone 8 years ago
James Jackson-South 51e20ec788 Begin ToString() formatting. 8 years ago
Anton Firszov 67334c7d2b implemented IterateRowsWithTempBuffer<T> 8 years ago
Anton Firszov e65bb17abd implemented ParallelHelper.IterateRows() 8 years ago
Anton Firszov 7beff69d4c ParallelHelper.IterateRows WIP 8 years ago
James Jackson-South bce7200797 Make formats public + minor cleanup. 8 years ago
James Jackson-South ffc0c7dd19 Can now preserve jpeg quality ❤️ 8 years ago
James Jackson-South 06b9c54248 Simplify metadata API 8 years ago
James Jackson-South bd5b0c07eb Png now correctly encodes 1, 2, 4 bit images 8 years ago
James Jackson-South 551c03f16a Preserve BmpBitsPerPixel 8 years ago
James Jackson-South 9f5fd5605b Much better type safety. 8 years ago
James Jackson-South dc4ec30a14 Strong type meta query + format singletons 8 years ago
James Jackson-South bd4d5ba32d Fix EXIF overflow and Jpeg decoding 8 years ago
James Jackson-South 72d1d277b2 Fix local color table encoding. 8 years ago
James Jackson-South 3644451e6d Use dictionaries to store format specific metadata 8 years ago
Vicente Penades 74aff0ea06 Adding more tests to cover single pixel ColorBlending and AlphaComposition functions 8 years ago
James Jackson-South eec21fd89e Add derived format info types and allow persistance of palette lengths 8 years ago
James Jackson-South 970b1ba25a Add additional tests 8 years ago
James Jackson-South 3e7b84054d Don't allow duplicate formats in configuration. 8 years ago
James Jackson-South f7cf568a30 Add image blending tests to match the SVG spec examples 8 years ago
James Jackson-South 374e939e0a Update reference images 8 years ago
Jason Nelson 954415f3a0 Update CodeCoverage to use .NETCORE2.1 8 years ago
Jason Nelson 417aec7983 Drop net47 from test library 8 years ago
Vicente Penades 458fe254dc SolidFillBlendedShapesTests now tests all composition/blending combinations. 8 years ago
Jason Nelson 9d74ddb68a Drop netcoreapp2.0 build target 8 years ago
Vicente Penades 3eb0a73081 Refactored IsSolidBrushWithoutBlending into GraphicsOptions so it can be called from more places, and also allows for specific tests. 8 years ago
Vicente Penades fa60a3215b fixed argument name to help reflection match the file names 8 years ago