4341 Commits (5fab53d760310de8636a5d4eec8fbc78fd8e97f9)

Author SHA1 Message Date
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
James Jackson-South 6c0fb45cc6 Better Rotate 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
James Jackson-South fa5c0403c2 Add base becnhmark 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
Anton Firszov 57cacaccb0 optimize ExifReader.ToEnum<TEnum>(...) 8 years ago
Anton Firszov f57e1f062b improved Block8x8F.Copy2x2Scale 8 years ago
Anton Firszov 165af7a261 Optimization: do not initialize pixel buffer in JpegDecoder 8 years ago
Anton Firszov 55ac40327a reimplement Block8x8F.CopyTo2x2 8 years ago
Anton Firszov a350621d76 benchmarks for current state 8 years ago
Dan Manning 5faf9025a6 ImageSharp-762: Added methods to pre-seed AoT compiler on iOS 8 years ago
Devedse 1b5b85572b Resolved findings in PR 8 years ago
Devedse 88e3ae4856 Removed unused using 8 years ago
Anton Firszov ae0e0a2fc7 do not use GetBlockReference() on hot path 8 years ago
Anton Firszov cec2d1d67d Moved IJpegComponent.GetBlockReference(...) to an extension method 8 years ago
Anton Firszov b4c1f8bf37 AVX2 optimized Block8x8 -> Block8x8F conversion 8 years ago
Anton Firszov a459ff1077 InliningOptions.ShortMethod 8 years ago
James Jackson-South 42913b64b7 Don't force transparency 8 years ago
Devedse 6ac7b951a5
Update PngEncoderCore.cs 8 years ago
Anton Firszov 72e46b344f use InliningOptions.ShortMethod 8 years ago
Devedse 2b93aa2c4a Fixed bug, code now actually fixed my unit test 8 years ago
Devedse e286054fcf This should write transparency 8 years ago
Devedse b49b509988 Work in progress preserving isTrans data 8 years ago
Dirk Lemstra e221d08990
Replaced tabs with spaces. 8 years ago
Anton Firszov d2185efa4b Improve text rendering accuracy 8 years ago
James Jackson-South 33436492b4 Comment TODO on palette changes. 8 years ago