Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 524 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 524 Bytes

jpeg-d

A toy JPEG decoder

This package is a Baseline JPEG decoder created for learning purposes.

Usage

$ git clone https://github.com/DYGV/jpeg-d
$ cd jpeg-d/examples/decode
$ dub run

When executed, the first image below is input and the second YCbCr is displayed as output.
image

Screenshot