2346 Commits (78f0a41f0366b61f3986aace87ca560c20c63afa)

Author SHA1 Message Date
James Jackson-South 78f0a41f03 Use bounds checks in Huffman ctr. Fix #798 7 years ago
Peter Amrehn 880be0a5aa #797 throw ImageFormatException when no StartOfFrame marker is found on a jpg image. 7 years ago
James Jackson-South b67b5b3686 Update reference images and decoder 7 years ago
James Jackson-South b8656bf405 Use S.D in Windows. 7 years ago
James Jackson-South 29203023da Fix reference tests 7 years ago
James Jackson-South 076d38754e Use MagickReferenceDecoder for bmp. 7 years ago
James Jackson-South f2a4c4bfd6 Disable comparison since the reference decoders cannpt decode the image. 7 years ago
popow c4d80dbbf4 updated unit test to be in line with the other tests 7 years ago
popow a6919d4b15 added Test for decoding windows BMPv2 and one for a bitmap which has 4 bytes per color palette 7 years ago
popow c0a0c6ec95 added unit test for decoding OS2 bitmap with 16 bytes header 7 years ago
James Jackson-South 8fc5320f0d Use correct Kernel dimensions and optimize. Fix #786 8 years ago
James Jackson-South 56ad62dc78 Fix #787 8 years ago
James Jackson-South 324ac5a6e2 Bump lower tolerance for Box. 8 years ago
Stephan Vedder aa8591950e Add missing Non-SIMD implementation 8 years ago
Stephan Vedder 84aef78c1e Work on 12-bit support 8 years ago
Stephan Vedder 51ed7c7191 Start work on jpeg 12 bit support 8 years ago
Jason Nelson 5180f1472b Remove unused Microsoft.CSharp dependency 8 years ago
Jason Nelson 8e6e51712d Remove unused BitMiracle.LibJpeg.NET depedency 8 years ago
Anton Firszov d57f45ceeb less strict tolerance for 32bit .NET + NearestNeighborResampler, 8 years ago
Anton Firszov 9237890821 Revert "temporary simplification of build targets" 8 years ago
Anton Firszov 5163bbbad0 revisted test cases in Resize_WorksWithAllResamplers 8 years ago
Anton Firszov 425abbc8dd temporary simplification of build targets 8 years ago
Anton Firszov 8375745e99 add more test cases to Resize_WorksWithAllResamplers 8 years ago
Anton Firszov 3632999aa7 Made TolerantMath.Default a readonly property, 8 years ago
Anton Firszov 56dda26e3b wip 8 years ago
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 a5c5f618b3 TolerantMath: implemented Floor and Ceiling 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 091ff6b5f5 Add large jpeg to 32bit skip 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