6980 Commits (32d919e5eeb2eb67cf7798730dcf0a0069b5efdc)
 

Author SHA1 Message Date
James Jackson-South 32d919e5ee
Fix #466 (#916) 7 years ago
Brian Popow 10c834bb94 Fix for Issue #871 and #914 (#915) 7 years ago
Anton Firsov b00b949141 API cleanup (related to #907) (#911) 7 years ago
Anton Firsov 2b5a575c0b
Merge pull request #909 from brianpopow/feature/dontUseQuantizeOnGray8 7 years ago
Brian Popow bb8911dd39 Fix merge mistake: Using DrawImageTests from current master branch 7 years ago
Brian Popow 3da351a24b Merge remote-tracking branch 'upstream/master' into feature/dontUseQuantizeOnGray8 7 years ago
Brian Popow 88097655b8 Using MemoryMarshal.AsBytes in Write8BitGray to get the bytes of a row 7 years ago
Anton Firsov ef736e011b
Merge pull request #910 from SixLabors/af/refactor-drawing 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 0395300eb9 Merge remote-tracking branch 'origin/master' into af/refactor-drawing 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 a1829bccc2 Refactor Write8Bit into two methods: one for gray and one for color 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 c2e955c064 Rgba32.Definitions: use Color instead of NamedColors<T> 7 years ago
Anton Firszov d2ea0056c4 fix remaining stylecop issues 7 years ago
Anton Firszov b7dadca8b0 clean-up drawing processors 7 years ago
Anton Firsov 451186ca78
Merge pull request #908 from SixLabors/af/general-color-type 7 years ago
Anton Firszov 3b7a74141f DrawImageOfDifferentPixelType test cases 7 years ago
Anton Firszov 0bd86ddcb6 non-generic DrawImageProcessor 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 f7df30f58c move drawing extensions to a (non-namespace-provider) subfolder 7 years ago
Anton Firszov 0eff9bc13c Merge branch 'af/general-color-type' into af/refactor-drawing 7 years ago
Anton Firszov 5931537429 fix new 8bit bmp code 7 years ago
Anton Firszov 86d884c8d6 Merge remote-tracking branch 'origin/master' into af/general-color-type 7 years ago
Anton Firsov 2461da8550
Merge pull request #906 from brianpopow/feature/Bitmap8BitEncoding 7 years ago
Anton Firszov f0b70b63ef tests are passing 7 years ago
Anton Firszov 8271ef18c9 everything builds 7 years ago
Anton Firszov b902e6c99c ImageSharp.Drawing compiles 7 years ago
Anton Firszov 73f9116a46 Pen, Brush & Processors refactored 7 years ago
Anton Firszov 2bff82367c started the refactor 7 years ago
Brian Popow b1d29476d1 Review changes 7 years ago
Anton Firszov 21f221ec29 DrawImageTests: add tolerance to make all test configurations happy 7 years ago
Anton Firszov a910005db0 fix merge issues 7 years ago
Anton Firszov fd6b229432 Merge branch 'af/general-color-type' into af/refactor-drawing 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