rex_image 0.20.1

Image optimization and processing for the Rex framework
Documentation
1
2
3
4
5
6
7
mod cache;
mod optimizer;

pub use cache::ImageCache;
pub use optimizer::{
    generate_blur_placeholder, negotiate_format, optimize, OptimizeParams, OutputFormat,
};