619 Commits (89bdf89f55c276cecbabbca1aab7e186616a3043)

Author SHA1 Message Date
Brian Popow a66c4cff1a Additional tests for images with more than one transform 7 years ago
Brian Popow c54f921642 Fix an issue reading the transformations and fixed the testimages accordingly 7 years ago
Brian Popow 498789300e SubtractGreen transform works now 7 years ago
Brian Popow ad58d36412 Add tests for lossless images with one transform 7 years ago
Brian Popow 0dcc43eea0 Add tests for lossless images without transforms 7 years ago
Peter Amrehn e9630ed9f9 introduce WebPLossyDecoder 7 years ago
Brian Popow d9b7e55a21 Add all found chunk types to the metadata 7 years ago
Brian Popow 762c5bc13d Add parsing optional chunks at the end 7 years ago
Lajos Marton 5a4fbecb43 BitsPerPixel Assert added to webp Identify_DetectsCorrectDimensions test 7 years ago
Brian Popow 6d71a0ca3d Skipping over optional chunks with VP8X images (still does not seem to work) 7 years ago
Lajos Marton df965137f3 Animated webp sample added to Identify test 7 years ago
Lajos Marton 2ced96a789 Some Lossy files added to WebPDecoder Identify test. Test is broken with new sample files. 7 years ago
Lajos Marton 19563f0a62 WebP Identify test added, webp sample files copied from official samples repository 7 years ago
Lajos Marton c5474e9b24 WebP tests WIP 7 years ago
Lajos Marton 3441e562bc WebP test input files added, test skeletons added (copied from Bmp tests) 7 years ago
Brian Popow fdab536376 Add unit test for issue #1014 7 years ago
James Jackson-South dbc5c76eb1 Fix #1004 7 years ago
Simon Cropp 52caddf0a4 remove some redundant usings (#976) 7 years ago
Simon Cropp 564348631f use var where apparent (#972) 7 years ago
Simon Cropp f115c160fc remove some redundant variables and type params (#971) 7 years ago
Simon Cropp 6f1134102c Cleanup (#965) 7 years ago
Simon Cropp fb033fe0b6 remove unused variables and methods (#963) 7 years ago
Simon Cropp aac8eae64a fix some spelling (#962) 7 years ago
Simon Cropp edeaf7d9a6 redundant usings (#960) 7 years ago
Simon Cropp 2734847e2e fix some spelling (#957) 7 years ago
Ildar 812ef6e4f2 #244 Add support for interlaced PNG encoding (#955) 7 years ago
Brian Popow ff7d8760da Add support for read and write tEXt, iTXt and zTXt chunks (#951) 7 years ago
James Jackson-South 7196b43fb7
Master cleanup (#952) 7 years ago
Brian Popow f9f7a564b1 Add support for decoding RLE24 Bitmaps (#939) 7 years ago
James Jackson-South 692e244f9a
Fix #937 (#938) 7 years ago
Brian Popow 6016c11bd0 Bitmap decoder now can decode bitmap arrays (#930) 7 years ago
James Jackson-South 7a484f7a57
Fix 925 (#929) 7 years ago
Brian Popow 6fcfe09c38 Feature: Bitmap RLE undefined pixel handling (#927) 7 years ago
James Jackson-South 84256b6180 Improve robustness of huffman decoder. 7 years ago
James Jackson-South 06d0fd44f0 Add test image and use constants 7 years ago
James Jackson-South dcbcf3c428 Prevent zigzag overflow. Fix #922 7 years ago
Brian Popow e62ae795c7 Re-enabled Encode_8BitColor tests, if its 64 bit process 7 years ago
Brian Popow d98f003b91 Removed the Encode_8BitColor, because of the quantization differences with net472 and netcore 7 years ago
Brian Popow 5733661aca Using tolerant comparer for the Encode_8BitColor tests 7 years ago
Brian Popow ec0e91376f Add tests for quantization of 32 bit bitmap to 8 bit color image 7 years ago
Brian Popow 89d09ee994 Not using quantization for Grey8 images when encoding 8Bit Bitmaps 7 years ago
Anton Firszov 5931537429 fix new 8bit bmp code 7 years ago
Brian Popow e8695732b6 Using tolerant comparer for the Bit8Gs image 7 years ago
Brian Popow e0afde9967 Switched back to the default reference decoder 7 years ago
Brian Popow 6ce4efe178 Trying MagickReferenceDecoder for the 8bit greyscale image encoder tests 7 years ago
Brian Popow 3431ad321e Add support for encoding 8-bit bitmaps 7 years ago
Anton Firszov 52c4a3d417 fix Image.FromStream() + add tests 7 years ago
Anton Firszov 5091ac5e79 reached a fully compiling state 7 years ago
Brian Popow b0f6b73faa Add support for encoding 16 bit per pixel bitmaps (#899) 7 years ago
Brian Popow fcc7e5b257 Bitmap encoder writes V3 header as default (#889) 7 years ago