6994 Commits (7d4e461a19f3d5d00ea11fb03daaa9ecb7a39c61)
 

Author SHA1 Message Date
Fredrik Eilertsen 7d4e461a19 Throw UnkownFormatException on Image.Load (#932) 7 years ago
Brian Popow cf61a08b31 Bitmap decoder now can decode bitmap arrays (#930) 7 years ago
James Jackson-South 34666d724b
Fix 925 (#929) 7 years ago
Brian Popow 30a1b11f89 Feature: Bitmap RLE undefined pixel handling (#927) 7 years ago
tonygameplan 4d3ae3badd Fix missing "using PixelFormats" line in Readme example (#921) 7 years ago
Anton Firsov 5fe34ccefb
Merge pull request #924 from SixLabors/js/zigzag-overflow 7 years ago
James Jackson-South 8b7a4dacf0 Improve robustness of huffman decoder. 7 years ago
James Jackson-South 52b30d262a Add test image and use constants 7 years ago
James Jackson-South 4f76e3b49c Prevent zigzag overflow. Fix #922 7 years ago
James Jackson-South 4a41c5b4ef
Fix build/test (#923) 7 years ago
Tanner Gooding c5b14312b0 Updating the repo to use Directory.Build.props/targets files (#920) 7 years ago
James Jackson-South 35e2f78a32
Removes usage of linq in several critical paths (#918) 7 years ago
Scott Williams 345fa46276
Merge pull request #917 from dlemstra/add-funding 7 years ago
Dirk Lemstra c5319d1ba4
Added funding file with a link to open collective. 7 years ago
James Jackson-South 5d3492201c
Fix #466 (#916) 7 years ago
Brian Popow 561b0a619c Fix for Issue #871 and #914 (#915) 7 years ago
Anton Firsov 34781bff3e API cleanup (related to #907) (#911) 7 years ago
Anton Firsov 2ac0336c98
Merge pull request #909 from brianpopow/feature/dontUseQuantizeOnGray8 7 years ago
Brian Popow d03eaa24f9 Fix merge mistake: Using DrawImageTests from current master branch 7 years ago
Brian Popow 5cfc56f198 Merge remote-tracking branch 'upstream/master' into feature/dontUseQuantizeOnGray8 7 years ago
Brian Popow b51d127bd2 Using MemoryMarshal.AsBytes in Write8BitGray to get the bytes of a row 7 years ago
Anton Firsov 81a9d2156c
Merge pull request #910 from SixLabors/af/refactor-drawing 7 years ago
Brian Popow 71a27f27b9 Re-enabled Encode_8BitColor tests, if its 64 bit process 7 years ago
Brian Popow 1341233692 Removed the Encode_8BitColor, because of the quantization differences with net472 and netcore 7 years ago
Brian Popow 305b99ee88 Using tolerant comparer for the Encode_8BitColor tests 7 years ago
Brian Popow 467a91bfe0 Renamed DrawImageTest to DrawImageTests, fixed namespace 7 years ago
Brian Popow 824496f72d Add tests for quantization of 32 bit bitmap to 8 bit color image 7 years ago
Anton Firszov d70508f95a Merge remote-tracking branch 'origin/master' into af/refactor-drawing 7 years ago
Anton Firszov 3589820cd6 re-enable target frameworks 7 years ago
Anton Firszov 25d2c35b7c fix tests 7 years ago
Anton Firszov 0118221951 drop almost all usages of FileTestBase 7 years ago
Anton Firszov 9ea9f2df5d drop unnecessary generic IImageProcessorContext<TPixel> usages 7 years ago
Brian Popow e8b29a2e98 Refactor Write8Bit into two methods: one for gray and one for color 7 years ago
Brian Popow 028b6b5b7e Not using quantization for Grey8 images when encoding 8Bit Bitmaps 7 years ago
Anton Firszov 85147d26dc Remove NamedColors<T> usages 7 years ago
Anton Firszov 0a3fb502c1 Rgba32.Definitions: use Color instead of NamedColors<T> 7 years ago
Anton Firszov e96c0e83ae fix remaining stylecop issues 7 years ago
Anton Firszov 17a4d91b82 clean-up drawing processors 7 years ago
Anton Firsov 806839256a
Merge pull request #908 from SixLabors/af/general-color-type 7 years ago
Anton Firszov 79439dbea1 DrawImageOfDifferentPixelType test cases 7 years ago
Anton Firszov 0f823b9b4a non-generic DrawImageProcessor 7 years ago
Anton Firszov 659f8b6231 ImageBrush can apply a source image of a different pixel type than the target 7 years ago
Anton Firszov e57fe2058a rename files 7 years ago
Anton Firszov f5f80ca796 move drawing extensions to a (non-namespace-provider) subfolder 7 years ago
Anton Firszov c1616beda9 Merge branch 'af/general-color-type' into af/refactor-drawing 7 years ago
Anton Firszov 2025f9845c fix new 8bit bmp code 7 years ago
Anton Firszov dd9cffd597 Merge remote-tracking branch 'origin/master' into af/general-color-type 7 years ago
Anton Firsov d45f268b10
Merge pull request #906 from brianpopow/feature/Bitmap8BitEncoding 7 years ago
Anton Firszov a224e88993 tests are passing 7 years ago
Anton Firszov d3af717d19 everything builds 7 years ago