lepton_jpeg 0.5.8

Rust port of the Lepton lossless JPEG compression library
Documentation
1
2
3
4
5
6
7
8
9
pub use crate::structs::{benchmark_idct, benchmark_roundtrip_coefficient};

pub use crate::jpeg::jpeg_write::benchmarks::benchmark_write_jpeg;

pub use crate::jpeg::jpeg_read::benchmarks::benchmark_read_jpeg;

pub use crate::jpeg::jpeg_write::benchmarks::benchmark_write_block;

pub use crate::jpeg::jpeg_read::benchmarks::benchmark_read_block;