5312 Commits (249b1189cc2493f5d282cc4f25068ebda582f2f3)
 

Author SHA1 Message Date
Unknown 249b1189cc #542: fix implementation of non-axial gradients and add tests 8 years ago
Unknown c276b8b0cd #542: add test for vertical gradient 8 years ago
Unknown 44b2af6844 #542: reduce test output image sizes 8 years ago
Peter Amrehn bf17832847 fix code styling issues 8 years ago
Unknown 99ed4586ad #542: use struct for ColorStops 8 years ago
Unknown 4b92801e33 #542: fix test: indices are 0-based, so bottom left pixel is one smaller 8 years ago
Unknown fdfef1617a FIX bug in BrushApplicator when applying BlendPercentage 8 years ago
Unknown a14c852ff2 fix some typos in documentation. 8 years ago
Unknown bcf5f5984b #86: started to work on Gradient Brushes: Linear gradient brush, 8 years ago
James Jackson-South a021c91b6b
Merge pull request #537 from carbon/jpeg-cleanup 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
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
James Jackson-South d30ab49299
Merge pull request #525 from SixLabors/js/faster-pdf-js-decoder 8 years ago
James Jackson-South 792b93686a Implement libjpeg LUT and add TODO notes for fast Huffman. 8 years ago