📷 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.
 
 
Anton Firszov 50aefa6ead DecodedBlock cleanup & better comments 9 years ago
..
Components DecodedBlock cleanup & better comments 9 years ago
Properties share assembly info 9 years ago
Utils split formats into there own projects/packages 9 years ago
ImageExtensions.cs split formats into there own projects/packages 9 years ago
ImageSharp.Formats.Jpeg.xproj split formats into there own projects/packages 9 years ago
JpegConstants.cs use int-s in Huffman decoder when possible 9 years ago
JpegDecoder.cs split formats into there own projects/packages 9 years ago
JpegDecoderCore.cs DecodedBlock cleanup & better comments 9 years ago
JpegEncoder.cs Much reduce file size for output. 9 years ago
JpegEncoderCore.cs Use same accuracy as other encoders 9 years ago
JpegFormat.cs split formats into there own projects/packages 9 years ago
JpegSubsample.cs split formats into there own projects/packages 9 years ago
README.md split formats into there own projects/packages 9 years ago
UnzigData.cs split formats into there own projects/packages 9 years ago
project.json Fix #89 9 years ago

README.md

Encoder/Decoder adapted and extended from:

https://golang.org/src/image/jpeg/