pixtra 0.1.4

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 = "pixtrab"
path = "src/bin/main.rs"
[dependencies.image]
version = "0.24.3"

[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/", "GPLv3-license"]
keywords = ["pixels", "image", "graphics", "tool"]
license = "GPL-3.0"
name = "pixtra"
repository = "https://github.com/madsravn/pixtra"
resolver = "2"
version = "0.1.4"