Re-exports

pub use crate::drawing::Renderable;
pub use crate::image::Image;
pub use crate::Graphics;
pub use crate::GraphicsError;
pub use crate::color::*;
pub use crate::drawable::*;
pub use crate::image_loading::*;
pub use crate::shapes::collection::prelude::*;
pub use crate::shapes::polyline::*;
pub use crate::shapes::*;
pub use crate::text::prelude::*;

Structs

Enums

An enumeration of supported image formats. Not all formats support both encoding and decoding.

Traits