1946 Commits (b4deb292219c00a62a85dcf9d052ad29033d688d)

Author SHA1 Message Date
James Jackson-South 32d919e5ee
Fix #466 (#916) 7 years ago
Anton Firsov b00b949141 API cleanup (related to #907) (#911) 7 years ago
Brian Popow bb8911dd39 Fix merge mistake: Using DrawImageTests from current master branch 7 years ago
Brian Popow e62ae795c7 Re-enabled Encode_8BitColor tests, if its 64 bit process 7 years ago
Brian Popow d98f003b91 Removed the Encode_8BitColor, because of the quantization differences with net472 and netcore 7 years ago
Brian Popow 5733661aca Using tolerant comparer for the Encode_8BitColor tests 7 years ago
Brian Popow 18cda2ea48 Renamed DrawImageTest to DrawImageTests, fixed namespace 7 years ago
Brian Popow ec0e91376f Add tests for quantization of 32 bit bitmap to 8 bit color image 7 years ago
Anton Firszov a36aa55a59 re-enable target frameworks 7 years ago
Anton Firszov 3af895b55e fix tests 7 years ago
Anton Firszov 7e57fce307 drop almost all usages of FileTestBase 7 years ago
Anton Firszov 17f2311018 drop unnecessary generic IImageProcessorContext<TPixel> usages 7 years ago
Brian Popow 89d09ee994 Not using quantization for Grey8 images when encoding 8Bit Bitmaps 7 years ago
Anton Firszov 51e23eb7d8 Remove NamedColors<T> usages 7 years ago
Anton Firszov 3b7a74141f DrawImageOfDifferentPixelType test cases 7 years ago
Anton Firszov efaa3c05ed ImageBrush can apply a source image of a different pixel type than the target 7 years ago
Anton Firszov c07bd2fd97 rename files 7 years ago
Anton Firszov 5931537429 fix new 8bit bmp code 7 years ago
Anton Firszov f0b70b63ef tests are passing 7 years ago
Anton Firszov 8271ef18c9 everything builds 7 years ago
Anton Firszov 21f221ec29 DrawImageTests: add tolerance to make all test configurations happy 7 years ago
Anton Firszov 552d885f03 move implicit Color conversion to pixel types, 7 years ago
Anton Firszov 473fd02be7 DrawBeziersTests, DrawComplexPolygonTests 7 years ago
Anton Firszov 680156ad0c DrawPolygonTests, DrawLinesTests 7 years ago
Anton Firszov 52fbbda7e1 FillPolygonTests 7 years ago
Anton Firszov 5ab0ad2dff RecolorImageTests 7 years ago
Anton Firszov cf8005deb2 validation in DrawImageTest 7 years ago
Anton Firszov 7e8357c539 validating tests for: DrawPath, FillComplexPolygon 7 years ago
Anton Firszov 6741c280e3 temporarily disable target frameworks 7 years ago
Brian Popow e8695732b6 Using tolerant comparer for the Bit8Gs image 7 years ago
Anton Firszov 2791284478 re-enable all target frameworks 7 years ago
Anton Firszov fef3a11b23 introduce IQuantizedFrame<T> 7 years ago
Anton Firszov db76572c31 QuantizedFrame<T> using ReadOnlyMemory<T> 7 years ago
Anton Firszov 5ae27735e5 Made PaletteQuantizer non-generic all the way 7 years ago
Brian Popow e0afde9967 Switched back to the default reference decoder 7 years ago
Anton Firszov 390bda87fe made AutoOrientExtensions non-generic 7 years ago
Anton Firszov 9f0cce38ab refactor of Overlays 7 years ago
Brian Popow 6ce4efe178 Trying MagickReferenceDecoder for the 8bit greyscale image encoder tests 7 years ago
Brian Popow 3431ad321e Add support for encoding 8-bit bitmaps 7 years ago
Anton Firszov 16b24d4a08 refactor dithering and error diffusion to use Color 7 years ago
Anton Firszov e5e3768f5a Implement WernerPalette and WebSafePalette for Color 7 years ago
Anton Firszov e22c5b5c3f Pixel-agnostic Binarization processors 7 years ago
Anton Firszov a2ca7da03d basic Color methods 7 years ago
Anton Firszov b8d47cbd32 add more Rgba64 constructor overloads 7 years ago
Anton Firszov 1d67089bd7 add skeleton for Color type 7 years ago
Anton Firszov aeaeab84f1 temporarily disable multitargeting 7 years ago
Anton Firszov 143946e37f fix changes applied by mistake 7 years ago
Anton Firszov fcaaa6fa39 full coverage for Image.Load (I hope) 7 years ago
Anton Firszov 52c4a3d417 fix Image.FromStream() + add tests 7 years ago
Anton Firszov a11141d568 refactor HistogramEqualization 7 years ago