Crate mozjpeg[][src]

Re-exports

pub use crate::decompress::DctMethod;
pub use crate::decompress::Format;
pub use crate::decompress::Decompress;
pub use crate::decompress::ALL_MARKERS;
pub use crate::decompress::NO_MARKERS;

Modules

See the Decompress struct instead. You don’t need to use this module directly.

Quantization table presets from MozJPEG

Structs

Create a new JPEG file from pixels

Enums

Marker number identifier (APP0-APP14 and comment markers)

Constants

The basic DCT block is 8x8 samples

Traits