omage 0.3.11

`omage` is a Rust library for image processing. It provides functionality for handling images, drawing basic shapes, and configuring image properties.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.image]
version = "0.24.5"

[dependencies.rusttype]
version = "0.9.3"

[lib]
path = "src/lib.rs"

[package]
authors = ["Hakan Vardar"]
description = "`omage` is a Rust library for image processing. It provides functionality for handling images, drawing basic shapes, and configuring image properties."
edition = "2021"
license = "MIT"
name = "omage"
readme = "README.md"
repository = "https://github.com/HakanVardarr/omage"
version = "0.3.11"