7219 Commits (45cd31a604e86a4d27714300916af7de88cce18d)
 

Author SHA1 Message Date
Brian Popow 45cd31a604 Add GetBT709Luminance with vector test 7 years ago
Brian Popow 006491f7b2 Update external for issue 984 testimages 7 years ago
Brian Popow d3f1d3c1e5 Avoid second iteration over the stream in ReadBgra16 to make it opaque 7 years ago
Brian Popow e8e1e528fc Add width and height as parameter for makeopaque, change currentPosition to pixelDataStart 7 years ago
Brian Popow 917c1e4b98
Merge branch 'master' into feature/tga 7 years ago
Brian Popow 43fcf57917 Add benchmarks for tga images 7 years ago
Brian Popow 7681c6a137 Fix converting pixel to gray in histogram equalization 7 years ago
Brian Popow 1b04fbe42b Code review changes 7 years ago
James Jackson-South 41c76515f7
Merge pull request #1042 from jongleur1983/PorterDuffImprovement 7 years ago
James Jackson-South 32cd7a3b5f
Merge branch 'master' into feature/tga 7 years ago
James Jackson-South f076b302cf
Merge branch 'master' into PorterDuffImprovement 7 years ago
James Jackson-South d09102771f
Merge pull request #1039 from SixLabors/js/diffusion-optimizations 7 years ago
Peter Amrehn c4bb9cbd94 small improvements on the PorterDuff functions 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