5314 Commits (607119057cd613350da99de6f53484a347f7bf81)
 

Author SHA1 Message Date
James Jackson-South 607119057c
Merge branch 'master' into issue-532 8 years ago
James Jackson-South a021c91b6b
Merge pull request #537 from carbon/jpeg-cleanup 8 years ago
James Jackson-South 01331d2c7f Add optimized conversion overloads 8 years ago
James Jackson-South 4b48b75921 Fix unit tests 8 years ago
James Jackson-South 36bb27be56 Stylecop cleanup + remove last bit shifting 8 years ago
James Jackson-South df369ee1af Merge remote-tracking branch 'upstream/master' into issue-532 8 years ago
James Jackson-South 92bdfbc4f3 Fix obsolete gode generation 8 years ago
woutware 30827a3198 Merge branch 'issue-532' of https://github.com/woutware/ImageSharp into pr/540 8 years ago
woutware 1f577b25fd Processed review comment for Alpha8.ToArgb32() 8 years ago
James Jackson-South ac58641913
Merge branch 'master' into jpeg-cleanup 8 years ago
James Jackson-South cfa441fdaa
Merge pull request #536 from carbon/gif-cleanup 8 years ago
woutware 39992846d1
Merge branch 'master' into issue-532 8 years ago
woutware 9dff73ca47 Moved change from PixelOperations{TPixel}.cs to PixelOperations{TPixel}.Generated.tt 8 years ago
woutware 14d9583c8c Added IPixel.PackFromArgb32 and ToArgb32. 8 years ago
Jason Nelson e118ee888c Cleanup tests 8 years ago
Jason Nelson 322ae06c44 Format code 8 years ago
Jason Nelson c07b9a59f0 Replace ToAsciiBytes with UTF8Encoder 8 years ago
Jason Nelson d909b57ee9 Spanify huffman table 8 years ago
Jason Nelson 71fa06ccc7
Merge branch 'master' into gif-cleanup 8 years ago
Jason Nelson 82765ced95 Tidy up comments 8 years ago
Jason Nelson 49d41fff88 Add TryGetProperty to ImageMetadata and remove Linq call from GifEncoder 8 years ago
Jason Nelson 0f69436564 Cleanup LzwDecoder 8 years ago
Jason Nelson cb44bbb633 Make MaxMaxCode const 8 years ago
Jason Nelson 07d3b9dcec Remove unused support for configuring the maximium number of bits in the LzwEncoder. 8 years ago
Jason Nelson 0dc94609be Cleanup LzwEncoder 8 years ago
Jason Nelson 0b4e614c54 Remove the unused finalizer pattern from LzwEncoder 8 years ago
Jason Nelson 370bb68096 Optimize LzwEncoder 8 years ago
Jason Nelson 7e446064dc Add GifGraphicControlExtensionTests 8 years ago
Jason Nelson d56c8dfaba Update namespace of gif tests 8 years ago
Jason Nelson d14b317632 Remove packed field 8 years ago
Jason Nelson c9b56f85ac Pack GifLogicalScreen value directly 8 years ago
Jason Nelson 09e14e1c92 Pack GifGraphicControlExtension value directly 8 years ago
Jason Nelson 26ffb7705f Rename GifGraphicControlExtension extension to match spec 8 years ago
Jason Nelson c102c0039e Remove unused service include 8 years ago
Jason Nelson 512e36dddb Update Moq 8 years ago
Jason Nelson 029564ac0a Update test SDK 8 years ago
Jason Nelson 242b61fb40 Pack the bits directly in GifImageDescriptor 8 years ago
Jason Nelson ee5ec97733 Remove unused PackField methods 8 years ago
Jason Nelson ae5b135fad Format code 8 years ago
Jason Nelson bfc4a68551 Make ImageMetaData(ImageMetaData other) constructor private 8 years ago
Jason Nelson 6d8bc96304 Remove EndianBinaryReader & Writer 8 years ago
Jason Nelson 6f06a07f62 Do not clone ImageProperties 8 years ago
Jason Nelson 3acd97cdfe Pass metadata directly to WriteComments to avoid unnessary codegen. 8 years ago
Jason Nelson 6486a457c6 Increase buffer size and fit the applicaton extension into a single write 8 years ago
Jason Nelson 70cf847bfe Remove incorrect size from GifGraphicsControlExtension 8 years ago
Jason Nelson 390414c297 Fix block size 8 years ago
Jason Nelson 7f95ad0a6a Used actual extension size when writing buffer 8 years ago
Jason Nelson 29d31733d3 Introduce IGifExtension interface 8 years ago
Jason Nelson 3678f2d08c Rename currentStream to stream 8 years ago
Jason Nelson 6e64c4c435 Write the LogicalScreenDescriptor struct directly to the buffer 8 years ago