5321 Commits (a786916fa4eaa5e66231d6852165cae00ead5692)
 

Author SHA1 Message Date
James Jackson-South a786916fa4 Merge remote-tracking branch 'upstream/master' into pr/540 9 years ago
James Jackson-South 0aa99d897d
Merge pull request #540 from woutware/issue-532 9 years ago
James Jackson-South 40ac7476fe Fix System.Drawing.Bridge 9 years ago
woutware 17d34506df Added IPixel.PackFromBgra32, similarly to the PackFromArgb32. 9 years ago
woutware a224172ce2 Revert "Fixed color component order (should be reversed) for Argb32, Rgba32, Bgr24, Rgb24, Bgra32. Tests still need to be updated." 9 years ago
woutware 0fde6867e5 Fixed color component order (should be reversed) for Argb32, Rgba32, Bgr24, Rgb24, Bgra32. Tests still need to be updated. 9 years ago
James Jackson-South 22c67b0f9a Minor cleanup 9 years ago
James Jackson-South 607119057c
Merge branch 'master' into issue-532 9 years ago
James Jackson-South a021c91b6b
Merge pull request #537 from carbon/jpeg-cleanup 9 years ago
James Jackson-South 01331d2c7f Add optimized conversion overloads 9 years ago
James Jackson-South 4b48b75921 Fix unit tests 9 years ago
James Jackson-South 36bb27be56 Stylecop cleanup + remove last bit shifting 9 years ago
James Jackson-South df369ee1af Merge remote-tracking branch 'upstream/master' into issue-532 9 years ago
James Jackson-South 92bdfbc4f3 Fix obsolete gode generation 9 years ago
woutware 30827a3198 Merge branch 'issue-532' of https://github.com/woutware/ImageSharp into pr/540 9 years ago
woutware 1f577b25fd Processed review comment for Alpha8.ToArgb32() 9 years ago
James Jackson-South ac58641913
Merge branch 'master' into jpeg-cleanup 9 years ago
James Jackson-South cfa441fdaa
Merge pull request #536 from carbon/gif-cleanup 9 years ago
woutware 39992846d1
Merge branch 'master' into issue-532 9 years ago
woutware 9dff73ca47 Moved change from PixelOperations{TPixel}.cs to PixelOperations{TPixel}.Generated.tt 9 years ago
woutware 14d9583c8c Added IPixel.PackFromArgb32 and ToArgb32. 9 years ago
Jason Nelson e118ee888c Cleanup tests 9 years ago
Jason Nelson 322ae06c44 Format code 9 years ago
Jason Nelson c07b9a59f0 Replace ToAsciiBytes with UTF8Encoder 9 years ago
Jason Nelson d909b57ee9 Spanify huffman table 9 years ago
Jason Nelson 71fa06ccc7
Merge branch 'master' into gif-cleanup 9 years ago
Jason Nelson 82765ced95 Tidy up comments 9 years ago
Jason Nelson 49d41fff88 Add TryGetProperty to ImageMetadata and remove Linq call from GifEncoder 9 years ago
Jason Nelson 0f69436564 Cleanup LzwDecoder 9 years ago
Jason Nelson cb44bbb633 Make MaxMaxCode const 9 years ago
Jason Nelson 07d3b9dcec Remove unused support for configuring the maximium number of bits in the LzwEncoder. 9 years ago
Jason Nelson 0dc94609be Cleanup LzwEncoder 9 years ago
Jason Nelson 0b4e614c54 Remove the unused finalizer pattern from LzwEncoder 9 years ago
Jason Nelson 370bb68096 Optimize LzwEncoder 9 years ago
Jason Nelson 7e446064dc Add GifGraphicControlExtensionTests 9 years ago
Jason Nelson d56c8dfaba Update namespace of gif tests 9 years ago
Jason Nelson d14b317632 Remove packed field 9 years ago
Jason Nelson c9b56f85ac Pack GifLogicalScreen value directly 9 years ago
Jason Nelson 09e14e1c92 Pack GifGraphicControlExtension value directly 9 years ago
Jason Nelson 26ffb7705f Rename GifGraphicControlExtension extension to match spec 9 years ago
Jason Nelson c102c0039e Remove unused service include 9 years ago
Jason Nelson 512e36dddb Update Moq 9 years ago
Jason Nelson 029564ac0a Update test SDK 9 years ago
Jason Nelson 242b61fb40 Pack the bits directly in GifImageDescriptor 9 years ago
Jason Nelson ee5ec97733 Remove unused PackField methods 9 years ago
Jason Nelson ae5b135fad Format code 9 years ago
Jason Nelson bfc4a68551 Make ImageMetaData(ImageMetaData other) constructor private 9 years ago
Jason Nelson 6d8bc96304 Remove EndianBinaryReader & Writer 9 years ago
Jason Nelson 6f06a07f62 Do not clone ImageProperties 9 years ago
Jason Nelson 3acd97cdfe Pass metadata directly to WriteComments to avoid unnessary codegen. 9 years ago