Documentation ¶
Overview ¶
Package jpeg implements a tiny subset of a JPEG image decoder and encoder.
JPEG is defined in ITU-T T.81: http://www.w3.org/Graphics/JPEG/itu-t81.pdf.
Index ¶
Constants ¶
View Source
const Magic = "\xff\xd8"
Magic is the magic prefix that identifies the JPEG format. It can be used with image.RegisterFormat.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.