2771 Commits (80e0eee04fc9a672f3d2174fa1e2d2f65894d00a)

Author SHA1 Message Date
Fredrik Eilertsen a842e98191 Throw UnkownFormatException on Image.Load (#932) 7 years ago
Brian Popow 6016c11bd0 Bitmap decoder now can decode bitmap arrays (#930) 7 years ago
James Jackson-South 7a484f7a57
Fix 925 (#929) 7 years ago
Brian Popow 6fcfe09c38 Feature: Bitmap RLE undefined pixel handling (#927) 7 years ago
James Jackson-South 84256b6180 Improve robustness of huffman decoder. 7 years ago
James Jackson-South 06d0fd44f0 Add test image and use constants 7 years ago
James Jackson-South dcbcf3c428 Prevent zigzag overflow. Fix #922 7 years ago
Tanner Gooding e2651e7f45 Updating the repo to use Directory.Build.props/targets files (#920) 7 years ago
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