Proposal Details
JPEG supports two forms of entropy coding, Huffman and Arithmetic. Due to patent concerns, most implementations (at least on the Internet) made use of Huffman coding, however many implementations including the standard libjpeg have now supported Arithmetic coding for many years. I propose updating the Go JPEG implementation to support Arithmetic coding.