2142 Commits (708c3d26a5bd5c58ec33401dd9a8444bdfee6e5f)

Author SHA1 Message Date
Anton Firszov a4714207e0 todo notes 8 years ago
Anton Firszov b8b411bb71 disappointing benchmark results 8 years ago
Anton Firszov df87a68555 BulkConvertNormalizedFloatToByteClampOverflows 8 years ago
Anton Firszov 3e5325e2b9 uniformize conversion code 8 years ago
Jason Nelson be93794ae2 Update benchmarks to target netcoreapp2.1 8 years ago
Jason Nelson 074a02634a Use ASCII Encoding when known to be ASCII 8 years ago
Jason Nelson f2f686c888 Use static Encoding.ASCII property 8 years ago
Jason Nelson 56d351058f Drop netstandard1.1 support 8 years ago
Anton Firszov 281c52786a move tests 8 years ago
Anton Firszov af7d96d214 SIMD byte -> float conversion: BulkConvertByteToNormalizedFloatFast 8 years ago
Anton Firszov 260a8f8c9a BulkConvertByteToNormalizedFloat 8 years ago
James Jackson-South 58d06c23f8 Remove conditionals from loop and enforce equal matrice dimensions. 8 years ago
James Jackson-South d5836c1a0f Update test to match new reference naming. 8 years ago
James Jackson-South 2919fe9c2c Update tests/Images/External 8 years ago
James Jackson-South d673d1126d Refactor Vector4Utils and ConvolutionProcessors utilizing them. 8 years ago
James Jackson-South d520b57e21 Move compaing classes and migrate vector code to srgbcompaning 8 years ago
James Jackson-South b82ea98848 Unify sRGB companding 8 years ago
James Jackson-South dc2792b550 Replace ICompanding with static methods. 8 years ago
James Jackson-South 17ae98d5b2 Add some Cmyk tests 8 years ago
Anton Firszov 0c437c35a6 disable profiling-related stuff 8 years ago
Anton Firszov 44004ccff7 better Resize benchmarks 8 years ago
Anton Firszov e907ec9561 simplify ResizeProcessor 8 years ago
Anton Firszov ce0a17f589 Fix ResizeProcessor Compand UnPremultiply bug + tests 8 years ago
Anton Firszov 78e598cad3 better profiler output for ResizeProcessor 8 years ago
Anton Firszov e7bb01b62b WIP better Resize benchmarks 8 years ago
Anton Firszov d0afcc8b15 better separation + optimized row processing 8 years ago
Anton Firszov c1afe359db separate PreMultiply from Convonution for rows 8 years ago
Anton Firszov b5ef7d9bfb add bulk Premultiply 8 years ago
Anton Firszov e8eb6a72b6 Better names: WeightsWindow -> ResizeKernel, WeightsBuffer -> KernelMap 8 years ago
Anton Firszov 7effe7238b tests for LCM & GCD 8 years ago
James Jackson-South a67386977c Add additional tests 8 years ago
Anton Firszov 99b114a7e5 LeastCommonMultiple 8 years ago
James Jackson-South 298a2f038e Remove invalid test 8 years ago
James Jackson-South 26ea2af4be Throw when crop rectangle exceeds source bounds. 8 years ago
James Jackson-South 24f2e1a689 Decode components in correct order + cleanup + optimizations. 8 years ago
James Jackson-South f62f6e82e1 Fix #721 8 years ago
James Jackson-South eb04ca66b9 CieXyy tests 8 years ago
James Jackson-South 54d45d5071 CieLuv tests 8 years ago
James Jackson-South 3af4fb190e Add CieLab tests 8 years ago
James Jackson-South 762c743d20 Normalise inlining, remove flaky test. 8 years ago
Anton Firszov 5a75939dff source should be ReadOnlySpan<T> for all bulk-conversion methods + increase tolerance because of failing test case 8 years ago
James Jackson-South a31dfabb5c Added bulk adaptation method plus more tests 8 years ago
James Jackson-South 321e439343 Fix accidentally replaced test image 8 years ago
James Jackson-South fd0ac3e1e2 Upate rgb test format 8 years ago
James Jackson-South 7845e8660e Add clamping and more struct tests 8 years ago
James Jackson-South 346147a187 Fix colorspace string representation tests. 8 years ago
David Svånå f5464b589f 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 852bfccc7a Add tests 8 years ago
James Jackson-South a9e0da2465 Add tests for all supported png bit depths. 8 years ago
Anton Firszov 72f0d26d10 ParallelHelper -> CloneAs<T>() + drop ParallelFor 8 years ago