7601 Commits (c52674b375943feca3eea8714101bb6bdfc34fe4)
 

Author SHA1 Message Date
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
James Jackson-South 1f8050886f Update reference image to match new output 7 years ago
Brian Popow fabd7f4bbe Add decoding of 16 and 8 bit rle images 7 years ago
Brian Popow 2bfe960d6a Unified reading rle images 7 years ago
Brian Popow 81ed8ca8e2 Avoid calculating the row start index inside the loop 7 years ago
Brian Popow fec6cad3ea Add decoding of 32 bit RLE 7 years ago
Brian Popow 3cbc741a18 Add decoding of 24bit RLE tga images 7 years ago
Brian Popow 7a8a132558 Add RLE test images 7 years ago
Brian Popow aa110740e0 Fix decoding 16 bit tga files by making them opaque 7 years ago
Brian Popow 3b48dc39dc Add tga decoder tests 7 years ago
Brian Popow 38589a0eb8 Add support for decoding 8, 16, 32 bit tga files 7 years ago
Brian Popow 16aef1757b Add decoding of 24 bit targa files 7 years ago
Zappy Zhao 6293bf6f28
Update the hex value for DarkSeaGreen color 7 years ago
James Jackson-South a42ddc85ae
Merge pull request #1020 from brianpopow/feature/Issue1014 7 years ago
Brian Popow c3d5f4bd29 Add unit test for issue #1014 7 years ago
Brian Popow e722cc7fc5 Fix issue when reading data spreading over multiple IDAT chunks. Fixes issue #1014. 7 years ago