Module encoder

Source

Structsยง

BitWriter ๐Ÿ”’
Component ๐Ÿ”’
A representation of a JPEG component
JpegEncoder
The representation of a JPEG encoder
PixelDensity
Represents the pixel density of an image

Enumsยง

PixelDensityUnit
Represents a unit in which the density of an image is measured

Staticsยง

ACCLASS ๐Ÿ”’
APP0 ๐Ÿ”’
APP2 ๐Ÿ”’
CHROMABLUEID ๐Ÿ”’
CHROMADESTINATION ๐Ÿ”’
CHROMAREDID ๐Ÿ”’
DCCLASS ๐Ÿ”’
DHT ๐Ÿ”’
DQT ๐Ÿ”’
EOI ๐Ÿ”’
LUMADESTINATION ๐Ÿ”’
LUMAID ๐Ÿ”’
SOF0 ๐Ÿ”’
SOI ๐Ÿ”’
SOS ๐Ÿ”’
STD_CHROMA_AC_CODE_LENGTHS ๐Ÿ”’
STD_CHROMA_AC_HUFF_LUT ๐Ÿ”’
STD_CHROMA_AC_VALUES ๐Ÿ”’
STD_CHROMA_DC_CODE_LENGTHS ๐Ÿ”’
STD_CHROMA_DC_HUFF_LUT ๐Ÿ”’
STD_CHROMA_DC_VALUES ๐Ÿ”’
STD_CHROMA_QTABLE ๐Ÿ”’
STD_LUMA_AC_CODE_LENGTHS ๐Ÿ”’
STD_LUMA_AC_HUFF_LUT ๐Ÿ”’
STD_LUMA_AC_VALUES ๐Ÿ”’
STD_LUMA_DC_CODE_LENGTHS ๐Ÿ”’
STD_LUMA_DC_HUFF_LUT ๐Ÿ”’
STD_LUMA_DC_VALUES ๐Ÿ”’
STD_LUMA_QTABLE ๐Ÿ”’
UNZIGZAG ๐Ÿ”’
The permutation of dct coefficients.

Functionsยง

build_frame_header ๐Ÿ”’
build_huffman_segment ๐Ÿ”’
build_jfif_header ๐Ÿ”’
build_quantization_segment ๐Ÿ”’
build_scan_header ๐Ÿ”’
copy_blocks_gray ๐Ÿ”’
copy_blocks_ycbcr ๐Ÿ”’
encode_coefficient ๐Ÿ”’
pixel_at_or_near ๐Ÿ”’
Returns the pixel at (x,y) if (x,y) is in the image, otherwise the closest pixel in the image
rgb_to_ycbcr ๐Ÿ”’