6635 Commits (f9f58fa570c28397ff7cb87668ec17e8de08acc4)
 

Author SHA1 Message Date
Anton Firszov f9f58fa570 fix rotate and skew processors 8 years ago
Anton Firszov e43e09999d Make AffineTransformProcessor and AffineTransformBuilder API more flexible 8 years ago
Anton Firszov 9b9f469096 fix trailing whitespace warnings 8 years ago
Anton Firszov 9d71fd381d extend ProjectiveTransformBuilder 8 years ago
Anton Firszov 1f330306db Translation, Scale -> ProjectiveTransformBuilder 8 years ago
Anton Firszov 9183956813 rename methods + extend API 8 years ago
Anton Firszov 9afad9bd7c add more tests 8 years ago
James Jackson-South a1f1c58169
Merge branch 'master' into js/better-transforms 8 years ago
James Jackson-South ee36bba4e9
Merge pull request #765 from cwensley/curtis/optimize-solid-fill-region 8 years ago
James Jackson-South fe865ecd0a
Merge branch 'master' into curtis/optimize-solid-fill-region 8 years ago
James Jackson-South cc8af26b49
Merge pull request #764 from devedse/master 8 years ago
James Jackson-South 3235ce41b8 Fix trns preservation and add tests 8 years ago
James Jackson-South 9fbc8ed3df Use existing field 8 years ago
James Jackson-South 6c2421b21f Reduce allocatoins, check bit depth and rename. 8 years ago
James Jackson-South 02ba89a227
Merge branch 'master' into master 8 years ago
James Jackson-South 915f0437c3
Merge branch 'master' into js/better-transforms 8 years ago
James Jackson-South 16ed943fd1
Merge branch 'master' into curtis/optimize-solid-fill-region 8 years ago
James Jackson-South 89f8e8c2c0
Merge pull request #771 from jongleur1983/avoidDoingTheSameThingMultipleTimes 8 years ago
James Jackson-South f76b227c7f
Merge branch 'master' into avoidDoingTheSameThingMultipleTimes 8 years ago
Curtis Wensley 26b2b3d310 Check for solid brush outside of loops 8 years ago
Curtis Wensley b31db43b11 Optimize filling a region with a solid brush when antialias is off 8 years ago
James Jackson-South 8e91b7a06b Update tests/ImageSharp.Tests/Processing/Transforms/AffineTransformTests.cs 8 years ago
James Jackson-South 60fe5881e7 Tighten up coverage on new AotCompilerTools 8 years ago
James Jackson-South bd4e05fe82 Merge branch 'master' into js/better-transforms 8 years ago
James Jackson-South e8014f39fc
Merge pull request #767 from dmanning23/ImageSharp-762_Aot-compiling 8 years ago
Dan Manning 3f2953f611 ImageSharp-762_Aot-compiling: renamed to AotCompilerTools 8 years ago
James Jackson-South a05ccbfddf
Merge branch 'master' into master 8 years ago
James Jackson-South b8389c5e23
Merge branch 'master' into avoidDoingTheSameThingMultipleTimes 8 years ago
James Jackson-South 5a2a29872a Cleanup and add dedicated transform builder tests 8 years ago
James Jackson-South 2277d5a3e5 Improve transform builder coverage 8 years ago
Peter Amrehn 4955751599 inline percentHeiught and percentWidth as they are used only in one case each 8 years ago
Peter Amrehn 3347ffc477 make code more clear by extracting the ratio to a variable again 8 years ago
James Jackson-South e61b272d22 Change tolerance for 32bit framework builds. 8 years ago
Dan Manning f4fbe8d3c1 ImageSharp-762_Aot-compiling: added simple unit test to check no exceptions are thrown by AotCompiler 8 years ago
Dan Manning 3bf44096e1
Merge branch 'master' into ImageSharp-762_Aot-compiling 8 years ago
James Jackson-South 33684c4ceb
Merge branch 'master' into js/better-transforms 8 years ago
James Jackson-South 8b98cf2a7d Update tests/Images/External 8 years ago
James Jackson-South d786c6e53e Introduce ProjectiveTransformBuilder 8 years ago
Peter Amrehn cf71cf5c53 fix typo in local variable name 8 years ago
Peter Amrehn 434a5ee431 fix typo in KirschKernels class name 8 years ago
James Jackson-South 1089a32351 Introduce AffineTransformBuilder 8 years ago
Unknown 5ab0d95433 #771: change order of addition as proposed by @dlemstra 8 years ago
James Jackson-South f3d79643cf Cleanup TransformKernel and handle negative transform dimensions 8 years ago
James Jackson-South 5b17c754b6
Merge branch 'master' into avoidDoingTheSameThingMultipleTimes 8 years ago
James Jackson-South 82f80e066e
Merge pull request #773 from jongleur1983/simplifyBoxBlurProcessors-KernelInitialization 8 years ago
Peter Amrehn c2409c6fe5 simplify BoxBlurProcessor kernel initialization 8 years ago
Peter Amrehn 7ff074fca6 avoid doubled increment in for loop and multiple array indexer access 8 years ago
Peter Amrehn 33aea03adb return first matching ImageFormat when iterating over FormatDetectors 8 years ago
Peter Amrehn 052c9818a8 avoid local variable copy when the original is never changed 8 years ago
Peter Amrehn 8c14ec87de multiply once and reuse 8 years ago