Crate image_ext

Crate image_ext 

Source

Re-exports§

pub use crate::enums::Align;
pub use crate::enums::Color;

Modules§

enums
exif

Structs§

FontArc
Font implementor that wraps another concrete Font + 'static type storing in an Arc.
FontRef
Font data handle stored as a &[u8] + parsed data. See Font for more methods.
JpegEncoder
The representation of a JPEG encoder
Rgb
RGB colors.

Enums§

ImageError
The generic error type for image operations.

Traits§

Font
Functionality required from font data.
GenericImage
A trait for manipulating images.
RgbImageExt

Functions§

draw_text_mut
Draws colored text on an image in place.
text_size
Get the width and height of the given text, rendered with the given font and scale.

Type Aliases§

RgbImage
Sendable Rgb image buffer