fimg 0.3.2

fast image operations
Documentation
[dependencies.png]
features = ["unstable"]
optional = true
version = "0.17"

[features]
default = ["save"]
save = ["png"]

[package]
authors = ["bend-n <bend.n@outlook.com>"]
description = "fast image operations"
edition = "2021"
license = "MIT"
name = "fimg"
readme = "README.md"
repository = "https://github.com/bend-n/fimg"
version = "0.3.2"
[profile.release]
debug = 2
incremental = true
lto = "thin"
opt-level = 3