41 Commits (e535d1d4091b063d106f1b4fb2b19eccde84c472)

Author SHA1 Message Date
James Jackson-South e535d1d409 Add dither scaling and simplify API. 6 years ago
James Jackson-South 15a7a557f2 Revert `using` declaration changes for until we establish guidelines. 6 years ago
Brian Popow f897ab6f8d Change WithTestPatternImageAttribute to WithTestPatternImagesAttribute 6 years ago
Brian Popow 38454f8fde Use using declarations to reduce nesting 6 years ago
Brian Popow 43cbdab113 Fix stylecop warnings in the test project 6 years ago
James Jackson-South 5a7091e516 Simplify format specific metadata retrieval. 6 years ago
James Jackson-South 372c691d52 Gray8 => L8 6 years ago
Brian Popow 6016c11bd0 Bitmap decoder now can decode bitmap arrays (#930) 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 1b9979c9ef Added support for RLE4 encoded bitmaps (#812) 7 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 b176a0ec17 Add bmp and jpeg tests 8 years ago
Jason Nelson 53045ff357 Format tests 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 8ea447d94c BmpEncoderTests using reference output 8 years ago
Anton Firszov 8e1a4f34b1 better BmpEncoderTests 8 years ago
Anton Firszov 0e1459e172 moved CreateOutputDirectory() into TestEnvironment 9 years ago
Scott Williams 67a322b4db Formats per type namespaces 9 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
Scott Williams ea44e6ce15 refactor encoders/decoders 9 years ago
James Jackson-South 450987dc00 Remove non-generic Image 9 years ago
Dirk Lemstra a9f4dc07a0 Renamed test classes. 9 years ago
Dirk Lemstra 19c81c5d8e Implemented the IEncoderOptions inside the bmp encoder. 9 years ago
Scott Williams 8b7923fe6b file path based apis 9 years ago
James Jackson-South d5064cadc5 Make all images implement IDisposable 9 years ago
Anton Firszov 321f7297ff allocation optimizations for JpegDecoderCore 10 years ago
James Jackson-South 2b2ec84e9c Rename to ImageSharp 10 years ago
dirk c6f775877d Refactored creating the output directory. 10 years ago
dirk 90b385ac05 Only read and decode the test images once in the unit tests. 10 years ago
James Jackson-South 682f5b73e3 Add format tests 10 years ago