image-rs / jpeg-decoder

JPEG decoder written in Rust
Apache License 2.0
150 stars 87 forks source link

What spec/book/chapter does this refer to? #184

Open hbina opened 3 years ago

hbina commented 3 years ago

https://github.com/image-rs/jpeg-decoder/blob/3bf223f7dcaa03cf0422e9e79eaf936ff406686f/src/huffman.rs#L25

HeroicKatora commented 3 years ago

It refers to the official requirements document, ITU Rec T.81. Also available from W3: https://www.w3.org/Graphics/JPEG/itu-t81.pdf Don't ask me why you need to pay fees for one version but not the other.