jxl-render 0.12.4

JPEG XL image renderer, part of jxl-oxide
Documentation
1
2
3
4
5
6
7
8
9
mod impls;

mod epf;
mod gabor;
mod ycbcr;

pub use epf::apply_epf;
pub use gabor::apply_gabor_like;
pub use ycbcr::apply_jpeg_upsampling_single;