7203 Commits (7db0caaedd4ee1e78f73a5b958db7cf20e8cc1af)
 

Author SHA1 Message Date
Brian Popow 7db0caaedd Throw ImageFormatException when width or height is 0 7 years ago
Brian Popow 862018228d Add tests for bmp and tga header to throw UnknownImageFormatException when there is insufficient data 7 years ago
Brian Popow 340af92134 Add check for valid tga image type in the format detector 7 years ago
Brian Popow fe05e43b01 Fix build error in Release mode 7 years ago
Brian Popow e4db71a918
Merge branch 'master' into feature/tga 7 years ago
Brian Popow e4fcdd03c5 Add tga specification 7 years ago
Brian Popow f1a021b065 Using tolerant comparer for 16 and 8 bit 7 years ago
Brian Popow c4413d5a55 Fix encoding of 16 tga files 7 years ago
James Jackson-South d9b7cfd425
Merge pull request #1038 from SixLabors/js/huffman-decode-optimizations 7 years ago
James Jackson-South 2129979d02
Merge branch 'master' into js/huffman-decode-optimizations 7 years ago
James Jackson-South 8d96d08009 Introduce one more constant + cleanup 7 years ago
James Jackson-South 0ad6158300
Merge pull request #1035 from SixLabors/af/expose-buffer-internals 7 years ago
James Jackson-South c0ccc74d83 Introduce a few more constants 7 years ago
James Jackson-South c3e943ac08 Merge branch 'master' into js/huffman-decode-optimizations 7 years ago
James Jackson-South dc720ee7c0 Merge branch 'master' into af/expose-buffer-internals 7 years ago
James Jackson-South 43d50567de
Merge pull request #1036 from SimonCropp/updateCompilerToolset 7 years ago
James Jackson-South 75b97aca59 Remove extra chars 7 years ago
James Jackson-South 2c4c26b2d3 Improve readability 7 years ago
Simon Cropp 437e55f04e
update Microsoft.Net.Compilers.Toolset to 3.3.1 7 years ago
Anton Firszov 5b1e31ef4f StyleCop 7 years ago
Anton Firszov f0b5f13a18 Merge remote-tracking branch 'origin/master' into af/expose-buffer-internals 7 years ago
Anton Firszov 7fa07b6ef2 fix Configuration.MaxDegreeOfParallelism error cases 7 years ago
Anton Firszov 53bb11a236 expose ParallelExecutionSettings and ParallelHelper, fix MaxDegreeOfParallelism 7 years ago
James Jackson-South c4b1681af4
Merge pull request #1028 from SixLabors/js/expose-pixel-blenders 7 years ago
James Jackson-South 2b6521536f Fix permissions 7 years ago
Anton Firszov 15cc234b96 publish ParallelHelper and RowInterval API-s 7 years ago
Anton Firszov d758d49f1f expose limited Buffer2D internals, smplify API surface 7 years ago
James Jackson-South 5d9f5dfbef Remove unrequired blend function. 7 years ago
James Jackson-South a6b1467107 Fix ordering 7 years ago
James Jackson-South a1ad3baf61 Update PixelBlender{TPixel}.cs 7 years ago
James Jackson-South bd1fc22f32 Update PixelBlender{TPixel}.cs 7 years ago
James Jackson-South 7a4535459d Revert exposing PortDuffFunctions 7 years ago
James Jackson-South 14139e7bd0 Expose pixelblenders. Touch #967 7 years ago
Brian Popow da6ff8b3d6 Fix orientation of RLE images 7 years ago
Brian Popow 2e034af05c Set expected default configuration count to 5 7 years ago
Brian Popow f612fabf79 Add CompareToOriginal at the end of Issue1014 test 7 years ago
Brian Popow ad50ab8718 A little cleanup and comments 7 years ago
Brian Popow 96d6afe944 Skip palette bytes if image type indicates its no palette image 7 years ago
Brian Popow 3b5af03f5f Add test for the tga encoder 7 years ago
Brian Popow 7b3018c3e1 Add support for encoding rle 8, 16 and bit tga images 7 years ago
Brian Popow ca03cebdda Add support for encoding RLE tga images 7 years ago
Brian Popow 20f1a1fa65 Treat bgra5551 pixels as opaque 7 years ago
Brian Popow deb1bf5284 Add support for images with top left origin 7 years ago
Brian Popow e12873c115 Add tests for topleft origin 7 years ago
Brian Popow 296e75bb3f Change test images, add additional tests 7 years ago
Brian Popow dce04067d8 Add support for decoding rle tga with palette 7 years ago
Brian Popow 462ba485f5 Add support for decoding tga image with palette 7 years ago
Brian Popow 98f4def9a9 Support for encoding 8, 16 and 32 bit tga files 7 years ago
Brian Popow 167eec1a16 Add support for encoding 24 bit tga files 7 years ago
James Jackson-South 4942988c3d
Merge pull request #1021 from zappyzhao/master 7 years ago