7209 Commits (1b04fbe42bfd9f24bebc2a079641bbef5437a49b)
 

Author SHA1 Message Date
Brian Popow 1b04fbe42b Code review changes 7 years ago
James Jackson-South 32cd7a3b5f
Merge branch 'master' into feature/tga 7 years ago
James Jackson-South d09102771f
Merge pull request #1039 from SixLabors/js/diffusion-optimizations 7 years ago
Brian Popow 57895990f1 Throw ImageFormatException when width or height is 0 7 years ago
Brian Popow b1e8202c28 Add tests for bmp and tga header to throw UnknownImageFormatException when there is insufficient data 7 years ago
Brian Popow 5b478c5a87 Add check for valid tga image type in the format detector 7 years ago
Brian Popow 10c986790c Fix build error in Release mode 7 years ago
Brian Popow 178761ab4d
Merge branch 'master' into feature/tga 7 years ago
Brian Popow 30291a2671 Add tga specification 7 years ago
Brian Popow 45a6a6bde8 Using tolerant comparer for 16 and 8 bit 7 years ago
Brian Popow 56150f18f0 Fix encoding of 16 tga files 7 years ago
James Jackson-South 3d0a70f592 Fix output, cleanup and minor optimizations. 7 years ago
James Jackson-South 07e1fe1b8d Update External 7 years ago
James Jackson-South 37a74ecd98 Optimize effor diffusion. Fix #757 7 years ago
James Jackson-South c59a32e505
Merge pull request #1038 from SixLabors/js/huffman-decode-optimizations 7 years ago
James Jackson-South f4f0b14fd7
Merge branch 'master' into js/huffman-decode-optimizations 7 years ago
James Jackson-South c5ebc45ebb Introduce one more constant + cleanup 7 years ago
James Jackson-South f64e141e1e
Merge pull request #1035 from SixLabors/af/expose-buffer-internals 7 years ago
James Jackson-South 5a2c5d27db Introduce a few more constants 7 years ago
James Jackson-South 84fb28d4b7 Merge branch 'master' into js/huffman-decode-optimizations 7 years ago
James Jackson-South fe09e10e07 Merge branch 'master' into af/expose-buffer-internals 7 years ago
James Jackson-South 826205d7e5
Merge pull request #1036 from SimonCropp/updateCompilerToolset 7 years ago
James Jackson-South f993eb6563 Remove extra chars 7 years ago
James Jackson-South fb65264e87 Improve readability 7 years ago
Simon Cropp c0a39cd647
update Microsoft.Net.Compilers.Toolset to 3.3.1 7 years ago
Anton Firszov 6d566688d7 StyleCop 7 years ago
Anton Firszov 58d694f7bb Merge remote-tracking branch 'origin/master' into af/expose-buffer-internals 7 years ago
Anton Firszov e342d4f6e4 fix Configuration.MaxDegreeOfParallelism error cases 7 years ago
Anton Firszov 7c45f467d5 expose ParallelExecutionSettings and ParallelHelper, fix MaxDegreeOfParallelism 7 years ago
James Jackson-South 2925668c94
Merge pull request #1028 from SixLabors/js/expose-pixel-blenders 7 years ago
James Jackson-South e6d7af071d Fix permissions 7 years ago
Anton Firszov 88de2d9048 publish ParallelHelper and RowInterval API-s 7 years ago
Anton Firszov 1993facee2 expose limited Buffer2D internals, smplify API surface 7 years ago
James Jackson-South 7766dea280 Remove unrequired blend function. 7 years ago
James Jackson-South c57012eb2f Fix ordering 7 years ago
James Jackson-South 33f5cee8d8 Update PixelBlender{TPixel}.cs 7 years ago
James Jackson-South f2e5b8bd24 Update PixelBlender{TPixel}.cs 7 years ago
James Jackson-South 637dc90225 Revert exposing PortDuffFunctions 7 years ago
James Jackson-South b45ee03e84 Expose pixelblenders. Touch #967 7 years ago
Brian Popow a0728d95e2 Fix orientation of RLE images 7 years ago
Brian Popow ca6dcb30cf Set expected default configuration count to 5 7 years ago
Brian Popow d4b758754a Add CompareToOriginal at the end of Issue1014 test 7 years ago
Brian Popow b1572aec09 A little cleanup and comments 7 years ago
Brian Popow 8dfe6da0df Skip palette bytes if image type indicates its no palette image 7 years ago
Brian Popow f8854c7503 Add test for the tga encoder 7 years ago
Brian Popow 28222b5c18 Add support for encoding rle 8, 16 and bit tga images 7 years ago
Brian Popow 6720f10fac Add support for encoding RLE tga images 7 years ago
Brian Popow 94b4f35433 Treat bgra5551 pixels as opaque 7 years ago
Brian Popow b4a8778267 Add support for images with top left origin 7 years ago
Brian Popow 6fda29b271 Add tests for topleft origin 7 years ago