34 Commits (5fab53d760310de8636a5d4eec8fbc78fd8e97f9)

Author SHA1 Message Date
Brian Popow cf61a08b31 Bitmap decoder now can decode bitmap arrays (#930) 7 years ago
Brian Popow 71a27f27b9 Re-enabled Encode_8BitColor tests, if its 64 bit process 7 years ago
Brian Popow 1341233692 Removed the Encode_8BitColor, because of the quantization differences with net472 and netcore 7 years ago
Brian Popow 305b99ee88 Using tolerant comparer for the Encode_8BitColor tests 7 years ago
Brian Popow 824496f72d Add tests for quantization of 32 bit bitmap to 8 bit color image 7 years ago
Brian Popow 028b6b5b7e Not using quantization for Grey8 images when encoding 8Bit Bitmaps 7 years ago
Anton Firszov 2025f9845c fix new 8bit bmp code 7 years ago
Brian Popow 8618a05f44 Using tolerant comparer for the Bit8Gs image 7 years ago
Brian Popow 6a9123b09c Switched back to the default reference decoder 7 years ago
Brian Popow 75d5bd812e Trying MagickReferenceDecoder for the 8bit greyscale image encoder tests 7 years ago
Brian Popow fddae8734a Add support for encoding 8-bit bitmaps 7 years ago
Anton Firszov 5215a13cbb fix Image.FromStream() + add tests 7 years ago
Brian Popow 039eae6a99 Add support for encoding 16 bit per pixel bitmaps (#899) 7 years ago
Brian Popow 7fda30d01d Bitmap encoder writes V3 header as default (#889) 7 years ago
Jason Nelson fca697206a Update metadata names (#879) 7 years ago
Brian Popow 0d68e6d09d Added support for RLE4 encoded bitmaps (#812) 7 years ago
James Jackson-South 06b9c54248 Simplify metadata API 8 years ago
James Jackson-South bd5b0c07eb Png now correctly encodes 1, 2, 4 bit images 8 years ago
James Jackson-South 551c03f16a Preserve BmpBitsPerPixel 8 years ago
James Jackson-South 9c1bd97589 Add bmp and jpeg tests 8 years ago
Jason Nelson 55d0e8c62a Format tests 8 years ago
James Jackson-South 091cb8a3b5 Overlays and base processors 8 years ago
Anton Firszov 07baed95c2 replaced PixelAccessor<T> with Buffer2D<T> in several processors 8 years ago
Anton Firszov 70893d22ad replaced some of the PixelArea usages in bmp decoder 8 years ago
Anton Firszov 6ab7954bfd MakeOpaque + fixing BmpEncoderTests 8 years ago
Anton Firszov d21064927b BmpEncoderTests using reference output 8 years ago
Anton Firszov 5ae591a53a better BmpEncoderTests 8 years ago
Anton Firszov 3d26beb3da moved CreateOutputDirectory() into TestEnvironment 9 years ago
Scott Williams 4a1eb7cbd0 Formats per type namespaces 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Scott Williams 42e0395a60 refactor encoders/decoders 9 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 9 years ago
Dirk Lemstra 1b4b8043bc Renamed test classes. 9 years ago
Dirk Lemstra 26aec54e05 Implemented the IEncoderOptions inside the bmp encoder. 9 years ago
Scott Williams eb46afae69 file path based apis 9 years ago
James Jackson-South 1339ad3075 Make all images implement IDisposable 9 years ago
Anton Firszov fd11972bb8 allocation optimizations for JpegDecoderCore 10 years ago
James Jackson-South a57c90d94b Rename to ImageSharp 10 years ago
dirk d72ed0ac01 Refactored creating the output directory. 10 years ago
dirk 2102ff5186 Only read and decode the test images once in the unit tests. 10 years ago
James Jackson-South 731138f379 Add format tests 10 years ago