jxl-render 0.12.4

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

pub use noise::render_noise;
pub use spline::render_spline;
pub use spot_colors::render_spot_color;
pub use upsampling::upsample;