[][src]Trait resvg::OutputImage

pub trait OutputImage {
    fn save(&self, path: &Path) -> bool;
}

A generic interface for output image.

Required methods

fn save(&self, path: &Path) -> bool

Saves rendered image to the selected path.

Loading content...

Implementors

Loading content...