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.
- Encoding
Stream - Active streaming encoding session.
- Pixel
Density - Pixel density specification for the JFIF APP0 marker.
- Streaming
Encoder - Streaming JPEG encoder configuration.
- Trellis
Config - Configuration for trellis quantization.
Enums§
- Density
Unit - Pixel density unit for JFIF APP0 marker.
- Error
- Error type for mozjpeg operations.
- Quant
Table Idx - Quantization table variant indices
- Subsampling
- Chroma subsampling mode.
Constants§
- DCTSIZ
E2 - DCT block size squared (64 coefficients)
Traits§
- Encode
- Trait for JPEG encoding (batch mode).
Type Aliases§
- Result
- Result type for mozjpeg operations.