246 Commits (a0e6fa45cde4761e75c596d33f1408c061021803)

Author SHA1 Message Date
Anton Firszov 3538e9839f test code cleanup 8 years ago
Anton Firszov 90a2f32f3a update submodule, skip debug-only test case 8 years ago
Anton Firszov 0c7aee9f5d robust ResizeKernelMap calculations using TolerantMath 8 years ago
Anton Firszov 7fcae0351f introduce TolerantMath 8 years ago
Anton Firszov 86125550ad cherry pick test cases from auto-generated set 8 years ago
Anton Firszov 28bc47c6ec additional extensive testing 8 years ago
Anton Firszov 3641b30305 cleanup & undo WIP project setup 8 years ago
James Jackson-South 450a417d34 Add Skew methods and tests. 8 years ago
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
James Jackson-South adc9d76481 Add Rotate(degrees, origin) 8 years ago
James Jackson-South d992d85ef0 Match APIs 8 years ago
James Jackson-South 1705a5a9dc Update dependencies 8 years ago
James Jackson-South f6ed06bb52 Remove "Matrix" suffix 8 years ago
Anton Firszov eed22c56ca fixed a bug in KernelMap caused by overlapping memory areas 8 years ago
Anton Firszov 42b1bd115d printing ReferenceKernelMap 8 years ago
Anton Firszov fb6c407026 Rotation around custom center point. Rename PrependCenteredRotationRadians back to PrependRotationRadians 8 years ago
Anton Firszov e43e09999d Make AffineTransformProcessor and AffineTransformBuilder API more flexible 8 years ago
Anton Firszov 9d71fd381d extend ProjectiveTransformBuilder 8 years ago
Anton Firszov 1f330306db Translation, Scale -> ProjectiveTransformBuilder 8 years ago
Anton Firszov 9183956813 rename methods + extend API 8 years ago
Anton Firszov 9afad9bd7c add more tests 8 years ago
James Jackson-South 8e91b7a06b Update tests/ImageSharp.Tests/Processing/Transforms/AffineTransformTests.cs 8 years ago
James Jackson-South 5a2a29872a Cleanup and add dedicated transform builder tests 8 years ago
James Jackson-South e61b272d22 Change tolerance for 32bit framework builds. 8 years ago
James Jackson-South d786c6e53e Introduce ProjectiveTransformBuilder 8 years ago
James Jackson-South 1089a32351 Introduce AffineTransformBuilder 8 years ago
James Jackson-South 8f55046917 Mask the PaletteQuantizer<TPixel>.CreateFrameQuantizer() methods. 8 years ago
Anton Firszov ba589d3121 KernelMap refactor WIP 8 years ago
Anton Firszov f152d459de Cover KernelMap with tests 8 years ago
Anton Firszov 8666ce32d2 minor refactor on ResizeKernel 8 years ago
Anton Firszov 903601ecbf move ResizeProfilingBenchmarks, use the ***ProfilingBenchmarks naming convention everywhere 8 years ago
Anton Firszov daf38f9e6d drop all PixelExtensions usages in product code, 8 years ago
James Jackson-South d49d74aafc Update and normalise pixel format + disable out of date tests 8 years ago
Anton Firszov 6fb25c1f21 disable profiling-related stuff 8 years ago
Anton Firszov 1f0d492805 simplify ResizeProcessor 8 years ago
Anton Firszov 86b2bfe100 Fix ResizeProcessor Compand UnPremultiply bug + tests 8 years ago
Anton Firszov fc7eee8400 better profiler output for ResizeProcessor 8 years ago
Anton Firszov 75ec80a803 better separation + optimized row processing 8 years ago
Anton Firszov 5fde593c32 Better names: WeightsWindow -> ResizeKernel, WeightsBuffer -> KernelMap 8 years ago
Anton Firszov 4ffc58008b LeastCommonMultiple 8 years ago
James Jackson-South 1ce14f875e Remove invalid test 8 years ago
James Jackson-South acb8102388 Throw when crop rectangle exceeds source bounds. 8 years ago
David Svånå f5e677c862 When passing 0 to only one dimension on resize, it will keep one pixel in case aspect ratio results in less than 1 pixel for a dimension. 8 years ago
Anton Firszov 7d415fbc27 ParallelHelper -> ProjectiveTransformProcessor, better RotateTests 8 years ago
Anton Firszov 4c5f32441a ParallelHelper -> CropProcessor, additional FlipProcessor test 8 years ago
Anton Firszov 61529a35dc validating tests for CropProcessor 8 years ago