3955 Commits (570fd5e1eaf4e1648d5eaec8b658a21dcdae59ee)

Author SHA1 Message Date
Anton Firszov 570fd5e1ea format, docs, cleanup 8 years ago
Anton Firszov 3e64863fba MosaicKernelMap works! 8 years ago
Anton Firszov 72a6a7e321 preparations for implementing MosaicKernelMap 8 years ago
Anton Firszov ca61df8e64 rename KernelMap to ResizeKernelMap, introduce MosaicKernelMap, move source code 8 years ago
Anton Firszov d3af531255 refactor KernelMap initialization 8 years ago
Anton Firszov eed22c56ca fixed a bug in KernelMap caused by overlapping memory areas 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
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
Dan Manning 3f2953f611 ImageSharp-762_Aot-compiling: renamed to AotCompilerTools 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
Peter Amrehn cf71cf5c53 fix typo in local variable name 8 years ago
Peter Amrehn 434a5ee431 fix typo in KirschKernels class name 8 years ago
Unknown 5ab0d95433 #771: change order of addition as proposed by @dlemstra 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
Peter Amrehn 1bb7af2144 invert condition: always assign literal 1, substract only on special case 8 years ago
Peter Amrehn 6cd15cdf55 inline variable initialization 8 years ago
Peter Amrehn a8812d7aa5 unwrap for-loop to avoid conditional check inside 8 years ago
Peter Amrehn b732fae240 inline variable 8 years ago
Peter Amrehn 6576040c59 inline division as it's only used in some cases (and done at most once) 8 years ago
Unknown 5651c5cd03 simplify calculations by using intermediate results 8 years ago
Dan Manning 71285affda ImageSharp-762_Aot-compiling: clean up AotGetPalette method 8 years ago
Jason Nelson 0337b1ac51 Fix infinate loop when a GIF prematurely terminates in Skip 8 years ago
Dan Manning e80ba75efd ImageSharp-762_Aot-compiling: whitespace cleanup 8 years ago
Peter Amrehn b78d08065a fix typo in comment 8 years ago
Peter Amrehn 54b279983a fix typos in comments 8 years ago
Dan Manning c80d8f604b ImageSharp-762_Aot-compiling: namespace cleanup 8 years ago
Dan Manning 2314231882 ImageSharp-762_Aot-compiling: moved AoT methods to AotCompiler static class 8 years ago
James Jackson-South 8f55046917 Mask the PaletteQuantizer<TPixel>.CreateFrameQuantizer() methods. 8 years ago
James Jackson-South 5e729854ec Remove unused declaration. 8 years ago
Anton Firszov ba589d3121 KernelMap refactor WIP 8 years ago
Anton Firsov f04fad180e
Fix EnumHelper<T>.IsDefined 8 years ago
Anton Firszov 3dd28364c3 refactor ResizeKernel creation 8 years ago
Anton Firszov f152d459de Cover KernelMap with tests 8 years ago
Anton Firszov d8cb11c077 drop unused parameter 8 years ago
Anton Firszov 8666ce32d2 minor refactor on ResizeKernel 8 years ago
Anton Firszov 537a2210c8 simplify ResizeKernel.Convolve(...) 8 years ago
Anton Firszov f1f0bc04f9 Drop all GetBlockDataReference() usages 8 years ago
Anton Firszov 5404eb6bb1 improved benchmarks + more benchmark results 8 years ago
Dan Manning 9c14fc5b37 762: added AoT method to pre-seed WuQuantizer 8 years ago
Dan Manning 83eeca9246 762: added AoT method to pre-seed dithering engine 8 years ago
Anton Firszov c451058507 minor optimization in JpegColorConverter.FromGrayscale 8 years ago
Anton Firszov c5a4ed85ff Even better Copy2x2. Tests: Group together & refactor profiling benchmarks 8 years ago