Function ssl::render_in_parts

source ยท
pub fn render_in_parts(
    expr: &Expr,
    width: u32,
    height: u32,
    total_parts: u32,
    f: impl Fn(u32),
) -> RgbImage
Expand description

Render an expression into an image in parts, calling the provided function after each part