6535 Commits (3ceb7423ec7592d910af3de02ff11368598b022d)
 

Author SHA1 Message Date
Anton Firszov fc7eee8400 better profiler output for ResizeProcessor 8 years ago
Anton Firszov 3de0b1ad44 WIP better Resize benchmarks 8 years ago
Anton Firszov 75ec80a803 better separation + optimized row processing 8 years ago
Anton Firszov e034162b3a use transposed buffer in ResizeProcessor 8 years ago
Anton Firszov 08ebbf5ab7 separate PreMultiply from Convonution for rows 8 years ago
James Jackson-South e3e60dcaaf Merge branch 'master' into colorspace-transforms 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 607cec8fdb do not allocate unnecessaryly large buffer in WeightsBuffer 8 years ago
James Jackson-South 376e1d3c1a
Merge branch 'master' into addToStringToBgr24 8 years ago
Anton Firszov e84cdbafcc tests for LCM & GCD 8 years ago
James Jackson-South fe88a908d4
Merge pull request #719 from Davidsv/ImageSharp-issue-711-resize-aspect-ratio-or-closest 8 years ago
James Jackson-South 7b462e70e9 Add additional tests 8 years ago
Anton Firszov 4ffc58008b LeastCommonMultiple 8 years ago
Peter Amrehn 1cec215596 #718: add missing documentation 8 years ago
Peter Amrehn 845af5e2e7 #718: add missing inheritdoc comments 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 f5a331b914 #718: fix merge conflicts, adapt changes from PR #727 to t4 script 8 years ago
Peter Amrehn 39b3cb708c #718: add pixel types Gray8 and Gray16 8 years ago
Peter Amrehn dba37fe5f6 fix whitespacing in generated code 8 years ago
Peter Amrehn 31bccc671c Add ToString implementations to Bgr24 and Bgra32 8 years ago
David Svånå 18e2e9ce9a -Remove ResizeProcess.EnsureSizeBothDimensions and inlined its functionality in the constructors. -Updated ResizeExtensions remarks. 8 years ago
Davidsv 512fa973fa
Merge branch 'master' into ImageSharp-issue-711-resize-aspect-ratio-or-closest 8 years ago
James Jackson-South 76522a3a98 Merge branch 'master' into colorspace-transforms 8 years ago
Anton Firsov 0ab8946b4b
Merge pull request #727 from SixLabors/af/simplify-generators2 8 years ago
Anton Firsov 4ac663e322
Merge branch 'master' into af/simplify-generators2 8 years ago
Anton Firszov 006e924720 drop old generators 8 years ago
Anton Firszov 8f7ef87fb3 new generator methods 8 years ago
James Jackson-South ed6876fb03
Merge pull request #726 from SixLabors/js/fix-605 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 ab8ec5bb6b
Merge pull request #724 from SixLabors/js/fix-723 8 years ago
James Jackson-South 6f791d3e85 No pointers! 8 years ago
James Jackson-South af4c9dd583 Add comment 8 years ago
James Jackson-South c10ba1280f Remove fixed structs. 7.3 can index fixed arrays! 8 years ago
James Jackson-South bc5010bfbb Clean up Huffman table code. 8 years ago
James Jackson-South 6f9875d946 Decode components in correct order + cleanup + optimizations. 8 years ago
James Jackson-South 244c223c11
Merge pull request #722 from SixLabors/js/fix-721 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 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