6831 Commits (026df1e4c88dec0512f8f0670fa2dee5ae59cd9e)
 

Author SHA1 Message Date
Jason Nelson ab5ded8ca0 Use unmanaged constraint on internal api 8 years ago
Jason Nelson 5f4e66f751 Update Moq to 4.10.0 8 years ago
Jason Nelson d3c717a5ce Update BenchmarkDotNet to 0.11.3 8 years ago
Jason Nelson 92db6af2bd Remove redundant package references 8 years ago
James Jackson-South dafbe94fe9
Merge branch 'master' into master 8 years ago
James Jackson-South d6c24a3b91
Merge branch 'master' into js/better-transforms 8 years ago
James Jackson-South b778340bd2
Merge branch 'master' into curtis/optimize-solid-fill-region 8 years ago
James Jackson-South b9d570fb35
Merge pull request #771 from jongleur1983/avoidDoingTheSameThingMultipleTimes 8 years ago
James Jackson-South 8b9a2c18eb
Merge branch 'master' into avoidDoingTheSameThingMultipleTimes 8 years ago
Curtis Wensley 8073404c77 Check for solid brush outside of loops 8 years ago
Curtis Wensley 0ac969a711 Optimize filling a region with a solid brush when antialias is off 8 years ago
James Jackson-South 1c258dcae4 Update tests/ImageSharp.Tests/Processing/Transforms/AffineTransformTests.cs 8 years ago
James Jackson-South 6a81923ab7 Tighten up coverage on new AotCompilerTools 8 years ago
James Jackson-South bb3cc933d5 Merge branch 'master' into js/better-transforms 8 years ago
James Jackson-South 088bb2b5b5
Merge pull request #767 from dmanning23/ImageSharp-762_Aot-compiling 8 years ago
Dan Manning 6558464c75 ImageSharp-762_Aot-compiling: renamed to AotCompilerTools 8 years ago
James Jackson-South 9fdd90d814
Merge branch 'master' into master 8 years ago
James Jackson-South 7608777daf
Merge branch 'master' into avoidDoingTheSameThingMultipleTimes 8 years ago
James Jackson-South 8a47a1894b Cleanup and add dedicated transform builder tests 8 years ago
James Jackson-South 13b9e9c596 Improve transform builder coverage 8 years ago
Peter Amrehn f6618a6f3a inline percentHeiught and percentWidth as they are used only in one case each 8 years ago
Peter Amrehn 88da4bcba3 make code more clear by extracting the ratio to a variable again 8 years ago
James Jackson-South 15093ba8bf Change tolerance for 32bit framework builds. 8 years ago
Dan Manning 657f551642 ImageSharp-762_Aot-compiling: added simple unit test to check no exceptions are thrown by AotCompiler 8 years ago
Dan Manning 4127a4b455
Merge branch 'master' into ImageSharp-762_Aot-compiling 8 years ago
James Jackson-South 8aea059e21
Merge branch 'master' into js/better-transforms 8 years ago
James Jackson-South 8b0e276de5 Update tests/Images/External 8 years ago
James Jackson-South 5589bd3e39 Introduce ProjectiveTransformBuilder 8 years ago
Peter Amrehn b196a08975 fix typo in local variable name 8 years ago
Peter Amrehn 0daa647b69 fix typo in KirschKernels class name 8 years ago
James Jackson-South 8205216dfc Introduce AffineTransformBuilder 8 years ago
Unknown 321cca6e81 #771: change order of addition as proposed by @dlemstra 8 years ago
James Jackson-South 2afd0d5729 Cleanup TransformKernel and handle negative transform dimensions 8 years ago
James Jackson-South fd1498731b
Merge branch 'master' into avoidDoingTheSameThingMultipleTimes 8 years ago
James Jackson-South b4710b0c68
Merge pull request #773 from jongleur1983/simplifyBoxBlurProcessors-KernelInitialization 8 years ago
Peter Amrehn 90e4a2ff0f simplify BoxBlurProcessor kernel initialization 8 years ago
Peter Amrehn e60deb73af avoid doubled increment in for loop and multiple array indexer access 8 years ago
Peter Amrehn 0da4c45cbd return first matching ImageFormat when iterating over FormatDetectors 8 years ago
Peter Amrehn 34481a645a avoid local variable copy when the original is never changed 8 years ago
Peter Amrehn b6e9eb6f68 multiply once and reuse 8 years ago
Peter Amrehn bb360ce356 invert condition: always assign literal 1, substract only on special case 8 years ago
Peter Amrehn 3ebcebe99e inline variable initialization 8 years ago
Peter Amrehn 74dba7a9ed unwrap for-loop to avoid conditional check inside 8 years ago
Peter Amrehn df155496b7 inline variable 8 years ago
Peter Amrehn ea6fc641c3 inline division as it's only used in some cases (and done at most once) 8 years ago
Unknown 0b8d9d1b08 simplify calculations by using intermediate results 8 years ago
James Jackson-South 87be7ad6a9
Merge pull request #770 from carbon/gif-bug 8 years ago
James Jackson-South dfc926e569 Better Rotate 8 years ago
Jason Nelson fdb45dda5e Add test coverage for #770 8 years ago
Dan Manning 74e3a3505c ImageSharp-762_Aot-compiling: clean up AotGetPalette method 8 years ago