📷 A modern, cross-platform, 2D Graphics library for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Dirk Lemstra 35fb2974dc Refactored the Create method for the encoder/decoder options. 9 years ago
..
Properties share assembly info 9 years ago
BmpBitsPerPixel.cs split formats into there own projects/packages 9 years ago
BmpCompression.cs split formats into there own projects/packages 9 years ago
BmpDecoder.cs Added options for the decoder. 9 years ago
BmpDecoderCore.cs IPixel 9 years ago
BmpEncoder.cs Build fixes due to re-base. 9 years ago
BmpEncoderCore.cs Options should be readonly. 9 years ago
BmpEncoderOptions.cs Refactored the Create method for the encoder/decoder options. 9 years ago
BmpFileHeader.cs split formats into there own projects/packages 9 years ago
BmpFormat.cs split formats into there own projects/packages 9 years ago
BmpInfoHeader.cs split formats into there own projects/packages 9 years ago
IBmpEncoderOptions.cs Implemented the IEncoderOptions inside the bmp encoder. 9 years ago
ImageExtensions.cs IPixel 9 years ago
ImageSharp.Formats.Bmp.xproj split formats into there own projects/packages 9 years ago
README.md split formats into there own projects/packages 9 years ago
project.json Remove incorrect Vectors facade. 9 years ago

README.md

Encoder/Decoder adapted from:

https://github.com/yufeih/Nine.Imaging/ https://imagetools.codeplex.com/

TODO:

  • Add support for all bitmap formats.