omage-0.2.1 has been yanked.
Omage
omage is a Rust library for image processing. It provides functionality for handling images, drawing basic shapes, and configuring image properties.
Features
- Image configuration with background and foreground colors.
- Drawing circles and rectangles on the image.
- Saving the resulting image to a file.
Getting Started
To use omage in your Rust project, add the following to your Cargo.toml file:
[]
= "0.1"
Then, include it in your Rust code:
use *;
use ;
const HEIGHT: u32 = 1080;
const WIDTH: u32 = 1920;
Output:

Examples
Drawing Circle
use *;
use ;
const HEIGHT: u32 = 1080;
const WIDTH: u32 = 1920;
Output:

License
This project is licensed under the MIT License - see the LICENSE file for details.