Crate image_builder

Source
Expand description

§Overview

Image Builder is a high-level library that uses the image crate as the engine to generate simple PNG images, but with convenience and simplicity.

Modules§

colors
Contain some basic colors for quick use, as well as the structure that other colors must follow to be accepted by the library.

Structs§

Image
This is the structure of the image that will be created.
Picture
External images.
Rect
Specifications of a rectangular shape.
Text
Content and formatting of a text.

Enums§

FilterType
Available Sampling Filters.