3090 Commits (d8618052d17a5a50109e46541bb31a059d4de34a)

Author SHA1 Message Date
James Jackson-South 35ff16d5a6 Add Rotate(degrees, origin) 8 years ago
James Jackson-South a1b74ea1cb Add large jpeg to 32bit skip 8 years ago
James Jackson-South 7ea99129b5 Match APIs 8 years ago
James Jackson-South ffba817bca Update dependencies 8 years ago
James Jackson-South bc0e521265 [SL.Core] Make deg - rad conversion public 8 years ago
James Jackson-South cfa7cfd3db Remove "Matrix" suffix 8 years ago
Anton Firszov eb82f9af68 fixed a bug in KernelMap caused by overlapping memory areas 8 years ago
Anton Firszov 0c9d6bbec1 printing ReferenceKernelMap 8 years ago
Anton Firszov bbfb2a0ef9 Rotation around custom center point. Rename PrependCenteredRotationRadians back to PrependRotationRadians 8 years ago
Anton Firszov 103d129012 Make AffineTransformProcessor and AffineTransformBuilder API more flexible 8 years ago
Anton Firszov e5f7b12c7e extend ProjectiveTransformBuilder 8 years ago
Anton Firszov 0774d5e794 Translation, Scale -> ProjectiveTransformBuilder 8 years ago
Anton Firszov cc2589f88e rename methods + extend API 8 years ago
Anton Firszov da50180e1c add more tests 8 years ago
James Jackson-South 6849617065 Fix trns preservation and add tests 8 years ago
James Jackson-South f79f1894a3 Reduce allocatoins, check bit depth and rename. 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 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
Dan Manning 6558464c75 ImageSharp-762_Aot-compiling: renamed to AotCompilerTools 8 years ago
James Jackson-South 8a47a1894b Cleanup and add dedicated transform builder tests 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
James Jackson-South 8b0e276de5 Update tests/Images/External 8 years ago
James Jackson-South 5589bd3e39 Introduce ProjectiveTransformBuilder 8 years ago
James Jackson-South 8205216dfc Introduce AffineTransformBuilder 8 years ago
Jason Nelson fdb45dda5e Add test coverage for #770 8 years ago
James Jackson-South 8de843200f Mask the PaletteQuantizer<TPixel>.CreateFrameQuantizer() methods. 8 years ago
James Jackson-South e79f26bc7e Add base becnhmark 8 years ago
Anton Firszov e059620f19 KernelMap refactor WIP 8 years ago
Anton Firszov f425190dc7 Cover KernelMap with tests 8 years ago
Anton Firszov 99a641625c drop unused parameter 8 years ago
Anton Firszov 32e0497dca minor refactor on ResizeKernel 8 years ago
Anton Firszov 300ee6a555 move ResizeProfilingBenchmarks, use the ***ProfilingBenchmarks naming convention everywhere 8 years ago
Anton Firszov fd1ce9842c oops 8 years ago
Anton Firszov 5c65cca162 fix Block8x8FTests.Copy1x1Scale, reorganize TestImages.Jpeg.BenchmarkSuite as a static class 8 years ago
Anton Firszov 2ff5b9c476 drop old benchmark results 8 years ago
Anton Firszov 86489b8ac6 simplify benchmark suite 8 years ago
Anton Firszov 5ea62adedd Drop all GetBlockDataReference() usages 8 years ago
Anton Firszov 8c6903873b improved benchmarks + more benchmark results 8 years ago
Anton Firszov fa092d1511 add JpegSnoop reports for all current input Jpeg 8 years ago
Anton Firszov b32694590d Even better Copy2x2. Tests: Group together & refactor profiling benchmarks 8 years ago
Anton Firszov c34e4ff85f optimize ExifReader.ToEnum<TEnum>(...) 8 years ago
Anton Firszov c1e4ccb172 improved Block8x8F.Copy2x2Scale 8 years ago
Anton Firszov bc79b18817 Optimization: do not initialize pixel buffer in JpegDecoder 8 years ago
Anton Firszov 941e51cd16 reimplement Block8x8F.CopyTo2x2 8 years ago
Anton Firszov 265f27913c benchmarks for current state 8 years ago
Anton Firszov 7f113ab00a AVX2 optimized Block8x8 -> Block8x8F conversion 8 years ago