7012 Commits (aac8eae64aab06ecd8aa0210e49fb0ba67e9a4ea)
 

Author SHA1 Message Date
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
Jason Nelson 45fd99983a Fix infinate loop when a GIF prematurely terminates in Skip 8 years ago
Dan Manning 2f9a78ed7f
Merge branch 'master' into ImageSharp-762_Aot-compiling 8 years ago
Dan Manning e42cf0cd69 ImageSharp-762_Aot-compiling: whitespace cleanup 8 years ago
James Jackson-South b3951a7d73 Merge branch 'master' into js/better-transforms 8 years ago
James Jackson-South 6ac865cfeb
Merge pull request #769 from jongleur1983/comment-orthography 8 years ago
Peter Amrehn 99f06f7657 fix typo in comment 8 years ago
Peter Amrehn 9e006c734e fix typos in comments 8 years ago
Dan Manning c5775a9e63
Merge branch 'master' into ImageSharp-762_Aot-compiling 8 years ago
Dan Manning 788319b26d ImageSharp-762_Aot-compiling: namespace cleanup 8 years ago
Dan Manning 7e519e7501 ImageSharp-762_Aot-compiling: moved AoT methods to AotCompiler static class 8 years ago
James Jackson-South 990e7ff2d4
Merge pull request #741 from SixLabors/js/assignable-palette-quantizer 8 years ago
James Jackson-South df9b734f02 Merge branch 'master' into js/assignable-palette-quantizer 8 years ago
James Jackson-South 8de843200f Mask the PaletteQuantizer<TPixel>.CreateFrameQuantizer() methods. 8 years ago
Anton Firsov 7e25ecd456
Merge pull request #768 from SixLabors/af/jpeg-microoptimization 8 years ago
James Jackson-South 0fe5525feb Remove unused declaration. 8 years ago
James Jackson-South e79f26bc7e Add base becnhmark 8 years ago
Anton Firszov e059620f19 KernelMap refactor WIP 8 years ago
Anton Firsov 9a122870b0
Fix EnumHelper<T>.IsDefined 8 years ago
Anton Firszov 41972e90c8 refactor ResizeKernel creation 8 years ago