Crate mozjpeg_oxide

Crate mozjpeg_oxide 

Source
Expand description

§Deprecated

This crate has been renamed to mozjpeg-rs. Please update your dependencies to use mozjpeg-rs instead.

[dependencies]
mozjpeg-rs = "0.2"

Structs§

Encoder
JPEG encoder with configurable quality and features.
EncodingStream
Active streaming encoding session.
PixelDensity
Pixel density specification for the JFIF APP0 marker.
StreamingEncoder
Streaming JPEG encoder configuration.
TrellisConfig
Configuration for trellis quantization.

Enums§

DensityUnit
Pixel density unit for JFIF APP0 marker.
Error
Error type for mozjpeg operations.
QuantTableIdx
Quantization table variant indices
Subsampling
Chroma subsampling mode.

Constants§

DCTSIZE2
DCT block size squared (64 coefficients)

Traits§

Encode
Trait for JPEG encoding (batch mode).

Type Aliases§

Result
Result type for mozjpeg operations.