973 Commits (e6666090852ea0b47efff4c6e679c1b2df92bf8a)

Author SHA1 Message Date
Anton Firszov cf96e61a03 hide Buffer<T>.Array, use IManagedByteBuffer when necessary 8 years ago
Anton Firszov 3819c756a9 dropping MemoryManager ctr. argument: 8 years ago
Anton Firszov 525124d849 removing unused stuff 8 years ago
Anton Firszov 079f46c437 adding a few more cases to PngEncoderTests 8 years ago
Anton Firszov 15a995dd5c JpegEncoderTests using reference images 8 years ago
Anton Firszov 72e465d272 use ImageComparer.Tolerant() when testing Palette PNG encoding 8 years ago
Anton Firszov ad3eee5364 PngEncoderTests using reference images 8 years ago
Anton Firszov b389ce646a GifDecoderTests using reference images 8 years ago
Anton Firszov 79808201f1 DebugSaveMultiFrame() works 8 years ago
Anton Firszov 46368a9fa7 improve information locality for BmpDecoderTests 8 years ago
Anton Firszov 8ea447d94c BmpEncoderTests using reference output 8 years ago
Anton Firszov 8e1a4f34b1 better BmpEncoderTests 8 years ago
Anton Firszov af23153775 fix build after merge 8 years ago
James Jackson-South 96dbbd62d9 Revert most colorspace changes. 8 years ago
James Jackson-South 4d41c235af Should be last missing ApproximateComparer 8 years ago
James Jackson-South de04ff6095 DebugGuard + missing ApproximateComparer 8 years ago
James Jackson-South 6cf6ea497f Use custom comparer 8 years ago
James Jackson-South 279d79092d Use classes 8 years ago
James Jackson-South 454270f51d Temp disable RgbColorspace asserts, AppVeyor fails, works locally and on Travis 8 years ago
James Jackson-South f657f41cea Fix equality operators 8 years ago
James Jackson-South e91863e2f7 Fix all failing tests 8 years ago
James Jackson-South 375a7ea706 Fix non-netcore2.0 compatible unit test 8 years ago
James Jackson-South 7b6d6a6579 Replace CoreCompat.System.Drawing with System.Drawing.Common 8 years ago
James Jackson-South 3185efa351 Add dither tests 8 years ago
James Jackson-South 503993b814 Fix unit test 8 years ago
James Jackson-South a0c820b1ef Final refactorings + bug fixes 8 years ago
James Jackson-South b1bdaa83d6 Refactor and fix dithering API + algorithm. 8 years ago
James Jackson-South b0a5fa6ae7 Add test 8 years ago
James Jackson-South eba1e91fa1 Add simple clone test 8 years ago
James Jackson-South 2cb370f79e fix ternary casting 8 years ago
James Jackson-South c41addc6ae Add new test for kaboom 8 years ago
James Jackson-South d19e7cebf3 Add kaboom image for future testing 8 years ago
James Jackson-South 76d620d159 Re-enable the reference output for Detect Edges 8 years ago
James Jackson-South 219fdbd36b Use premultiply for resize. Fix #428 8 years ago
Anton Firszov 1542229540 undo Linux-specific hacking, run `CompareToReferenceOutput()` on Windows only 8 years ago
Anton Firszov 50f8f2807e Higher threshold for LomographTest 8 years ago
Anton Firszov 7ec95f4534 lower default tolerance TolerantImageComparer.DefaultImageThreshold for travis 8 years ago
Anton Firszov 38a3e38c35 there is no need for separate Apply****InBox tests, 8 years ago
Anton Firszov 7fc74f37fa reference images for filter tests + DRY out repeated code 8 years ago
Anton Firszov 25763f0f99 finalized transform with source rectangle + tests 8 years ago
Anton Firszov e6fee1bbda Transform_RotateScale_ManuallyCentered uses reference image now 8 years ago
Anton Firszov ef8c362497 TransformTests -> AffineTransformTests + update submodule to use new reference images 8 years ago
Anton Firszov 3705fe8486 better TransformTests 8 years ago
denisivan0v 61c9caf472 changes on code review 8 years ago
denisivan0v e88e13806f bugfix in GifDecoderCore.Identity 8 years ago
Anton Firszov d86eb2473f Use 2 ArrayPool-s with different maxArrayPerBuckets parameters, 8 years ago
denisivan0v a631a64dfb Added an API to read base image information without decoding it 8 years ago
Anton Firszov 48ffa1fd81 PixelDataPool<T>: reduce maximum pooled array size to 32MB for all value types 8 years ago
Anton Firszov 7e3cb2892d dropping minSizeBytes + fixing tests 8 years ago
Lauri Kotilainen 4e4cdd57ed - Removed ArrayPool from WuQuantizer 8 years ago