pixtra 0.2.5

Pixtra aims to be a very simple and easy-to-use image manipulation tool by being opionated and contain a lot of examples
Documentation
[[bin]]
name = "pixtra"
path = "src/bin/main.rs"

[dependencies.image]
version = "0.24.3"

[dependencies.num]
version = "0.4.0"

[dependencies.rand]
version = "0.8.5"

[[example]]
name = "create-image"
test = true

[[example]]
name = "filling"
test = true

[[example]]
name = "count-and-replace"
test = true

[[example]]
name = "simple-filters"
test = true

[[example]]
name = "advanced-filters"
test = true

[[example]]
name = "pixel-builder"
test = true

[[example]]
name = "flipping-and-flopping"
test = true

[[example]]
name = "draw-on-flamingo"
test = true

[[example]]
name = "vertical-and-horizontal-chunks"
test = true

[[example]]
name = "rotations"
test = true

[features]
pixtra = []

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

[package]
authors = ["Mads Ravn <madsravn@gmail.com>"]
categories = ["multimedia::images", "multimedia::encoding"]
description = "Pixtra aims to be a very simple and easy-to-use image manipulation tool by being opionated and contain a lot of examples"
edition = "2021"
include = ["src/**/*", "Cargo.toml", "GPLv3-license", "README.md", "examples/**/*"]
keywords = ["pixels", "image", "graphics", "tool"]
license = "GPL-3.0"
name = "pixtra"
readme = "README.md"
repository = "https://github.com/madsravn/pixtra"
version = "0.2.5"

[profile.release]
debug = 1