Crate image_ext
Source pub use crate::enums::Align;pub use crate::enums::Color;
- enums
- exif
- 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.
- ImageError
- The generic error type for image operations.
- Font
- Functionality required from font data.
- GenericImage
- A trait for manipulating images.
- RgbImageExt
- 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.
- RgbImage
- Sendable Rgb image buffer