1630 Commits (61ce88eb02330e0558e5ddf58e7e05b1e49b311c)

Author SHA1 Message Date
James Jackson-South 61ce88eb02 Fix up pixel format tests 8 years ago
James Jackson-South 86ba2b8843 Fix up Gray8 and Gary16 tests 8 years ago
James Jackson-South ba93355937 Remove conditionals from loop and enforce equal matrice dimensions. 8 years ago
James Jackson-South 9fd2109268 Update test to match new reference naming. 8 years ago
James Jackson-South 400a3cbe89 Refactor Vector4Utils and ConvolutionProcessors utilizing them. 8 years ago
James Jackson-South b0b2d55cbb Move compaing classes and migrate vector code to srgbcompaning 8 years ago
James Jackson-South 01a6d8b285 Unify sRGB companding 8 years ago
James Jackson-South f6f093eef2 Replace ICompanding with static methods. 8 years ago
James Jackson-South b7bd7a98ba Fix linear gradient brush test. 8 years ago
James Jackson-South d49d74aafc Update and normalise pixel format + disable out of date tests 8 years ago
James Jackson-South d22dfcdf07 Add some Cmyk tests 8 years ago
Anton Firszov 6fb25c1f21 disable profiling-related stuff 8 years ago
Anton Firszov 1f0d492805 simplify ResizeProcessor 8 years ago
Anton Firszov 86b2bfe100 Fix ResizeProcessor Compand UnPremultiply bug + tests 8 years ago
Anton Firszov fc7eee8400 better profiler output for ResizeProcessor 8 years ago
Anton Firszov 75ec80a803 better separation + optimized row processing 8 years ago
Anton Firszov 08ebbf5ab7 separate PreMultiply from Convonution for rows 8 years ago
Anton Firszov 48f8815f5e add bulk Premultiply 8 years ago
Anton Firszov 5fde593c32 Better names: WeightsWindow -> ResizeKernel, WeightsBuffer -> KernelMap 8 years ago
Anton Firszov e84cdbafcc tests for LCM & GCD 8 years ago
James Jackson-South 7b462e70e9 Add additional tests 8 years ago
Anton Firszov 4ffc58008b LeastCommonMultiple 8 years ago
Peter Amrehn 4c80b16f31 #718: extend IPixel interface and implement it everywhere, ... 8 years ago
Peter Amrehn 6b70bd696f #718: fix Gray8Tests 8 years ago
Peter Amrehn 39b3cb708c #718: add pixel types Gray8 and Gray16 8 years ago
James Jackson-South 1ce14f875e Remove invalid test 8 years ago
James Jackson-South acb8102388 Throw when crop rectangle exceeds source bounds. 8 years ago
James Jackson-South 6f9875d946 Decode components in correct order + cleanup + optimizations. 8 years ago
James Jackson-South 77f6c1738f Fix #721 8 years ago
James Jackson-South fa7c3a1580 CieXyy tests 8 years ago
James Jackson-South f1967c33d5 CieLuv tests 8 years ago
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 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
David Svånå f5e677c862 When passing 0 to only one dimension on resize, it will keep one pixel in case aspect ratio results in less than 1 pixel for a dimension. 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 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