Skip to content

proposal: image/jpeg: add support for arithmetic encoding #72062

@robert-ancell

Description

@robert-ancell

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    LibraryProposalIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolProposal

    Type

    No type

    Projects

    Status

    Incoming

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions