73 Commits (3c054597ff6eaa55b4a0905e61ba7210ac420690)

Author SHA1 Message Date
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
Brian Popow f9f7a564b1 Add support for decoding RLE24 Bitmaps (#939) 7 years ago
Brian Popow 6016c11bd0 Bitmap decoder now can decode bitmap arrays (#930) 7 years ago
Brian Popow 6fcfe09c38 Feature: Bitmap RLE undefined pixel handling (#927) 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
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
Jason Nelson 48bac7b334 Update metadata names (#879) 7 years ago
Brian Popow 892bba1ed1 Add support for Decoding BI_ALPHABITFIELDS (#832) 7 years ago
Brian Popow 637f76707b Respecting fileHeader Offset, skipping bytes if necessary (#819) 7 years ago
Brian Popow b03d41bbb9 Adds support for OS/2 version 2 bitmaps (#813) 7 years ago
Brian Popow 1b9979c9ef Added support for RLE4 encoded bitmaps (#812) 7 years ago
Brian Popow 1996831667 Decoding Bitmaps with BITFIELDS masks (#796) 7 years ago
James Jackson-South 7e55d2277f Disable comparison since the reference decoders cannpt decode the image. 7 years ago
popow 0f5df545be updated unit test to be in line with the other tests 7 years ago
popow 0e41c13d3c added Test for decoding windows BMPv2 and one for a bitmap which has 4 bytes per color palette 7 years ago
popow c25c34b476 added unit test for decoding OS2 bitmap with 16 bytes header 8 years ago
James Jackson-South d134300dbb Clone => DeepClone 8 years ago
James Jackson-South 6e8b167354 Rename DeepClone => Clone 8 years ago
James Jackson-South 7698f5d286 Add metadata cloning tests 8 years ago
James Jackson-South c91d9154f6 Simplify metadata API 8 years ago
James Jackson-South ea0ab8bb50 Png now correctly encodes 1, 2, 4 bit images 8 years ago
James Jackson-South 9907d78d3e Preserve BmpBitsPerPixel 8 years ago
James Jackson-South 18c4a7fef0 Fix 1 bit bmp decoding and add extra test images. 8 years ago
James Jackson-South b176a0ec17 Add bmp and jpeg tests 8 years ago
Anton Firszov 815a01a969 no BMP assertions on linux 8 years ago
Jason Nelson 53045ff357 Format tests 8 years ago
Jason Nelson 7210131548 Write the BmpFileHeader directly to the output span 8 years ago
Jason Nelson f17700f159 Revert "Make PixelTypeInfo a struct" 8 years ago
Jason Nelson 9269aac086 Make PixelTypeInfo a struct 8 years ago
James Jackson-South b19471ab4a Overlays and base processors 8 years ago
Anton Firszov 65918d1d39 replaced PixelAccessor<T> with Buffer2D<T> in several processors 8 years ago
Anton Firszov ba5e80f6ee replaced some of the PixelArea usages in bmp decoder 8 years ago
Anton Firszov 8337046d66 MakeOpaque + fixing BmpEncoderTests 8 years ago
Anton Firszov 79808201f1 DebugSaveMultiFrame() works 8 years ago
Anton Firszov 46368a9fa7 improve information locality for BmpDecoderTests 8 years ago
Anton Firszov 8ea447d94c BmpEncoderTests using reference output 8 years ago
Anton Firszov 8e1a4f34b1 better BmpEncoderTests 8 years ago