ironpress 1.4.4

Pure Rust HTML/CSS/Markdown to PDF converter with layout engine, LaTeX math, tables, images, custom fonts, and streaming output. No browser, no system dependencies.
Documentation
1
2
3
4
5
6
7
8
//! Ordered filter-list evaluation over one composited source graphic.

mod color;
mod color_space;
mod surface;

pub(crate) use color::apply_operations_to_color;
pub(crate) use surface::{FilterSourceGeometry, apply_operations_to_surface};