3144 Commits (ea853b3df3e9213ca572daf5aa5ed2224c1902bd)

Author SHA1 Message Date
Jason Nelson 1146a1511b Remove rouge period 8 years ago
Jason Nelson d9bce3d908 Remove whitespace 8 years ago
Jason Nelson bf24dcc779 Change IccProfileSequenceIdentifier to a struct 8 years ago
woutware a224172ce2 Revert "Fixed color component order (should be reversed) for Argb32, Rgba32, Bgr24, Rgb24, Bgra32. Tests still need to be updated." 8 years ago
Jason Nelson 7fe39b98da Make IccLut a readonly struct 8 years ago
Jason Nelson 2280d40bfe Use pattern matching 8 years ago
Jason Nelson 2364411a83 Reference IccColorantTableEntry directly 8 years ago
Jason Nelson 9ca1a753a0 Make IccLocalizedString a struct 8 years ago
Jason Nelson 1f4accff2b Tidy up ICC code 8 years ago
Jason Nelson 57d20c3230 Remove more unused using statements 8 years ago
Jason Nelson 930361e0f4 Move Tuple8 to Tests 8 years ago
Jason Nelson 02ea352260 Undo matrix formatting 8 years ago
Jason Nelson 08096f2416 Use default shorthand 8 years ago
Jason Nelson 22efe501e8 Improve inlinability of color conversions 8 years ago
Jason Nelson 1f83817b9a Remove empty exception constructors 8 years ago
woutware 0fde6867e5 Fixed color component order (should be reversed) for Argb32, Rgba32, Bgr24, Rgb24, Bgra32. Tests still need to be updated. 8 years ago
James Jackson-South 22c67b0f9a Minor 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 92bdfbc4f3 Fix obsolete gode generation 8 years ago
woutware 1f577b25fd Processed review comment for Alpha8.ToArgb32() 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
Jesse Gielen 715e2e096e Improve IImageFrameCollection doc comments 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 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 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 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