Skip to main content

Crate maple_render_core

Crate maple_render_core 

Source

Re-exports§

pub use anim::AnimEncoder;
pub use anim::OutputFormat;
pub use error::Error;
pub use error::Result;
pub use gif_anim::GifAnim;
pub use input::Input;
pub use input::Inputs;
pub use input::TextOptions;
pub use mapping::Mapping;
pub use render::Render;
pub use renders::Renders;
pub use repository::Repository;
pub use template::Template;
pub use vid_anim::VidAnim;
pub use webp_anim::WebpAnim;
pub use webp_anim::WebpOptions;

Modules§

anim
Common trait for animation encoders (GIF / WebP / Video).
error
gif_anim
input
mapping
pixer
quantize
Median-cut color quantization with Floyd-Steinberg dithering.
render
renders
repository
template
vid_anim
webp_anim
Animated WebP output.