pixel8bit 0.1.0

A Rust library for applying 8-bit pixelation effects with symmetry detection and mirroring.
Documentation
[[bin]]
name = "pixel8bit"
path = "src/main.rs"

[dependencies.image]
version = "0.24"

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

[package]
authors = ["Marco Perini <marco@perini.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "game-development"]
description = "A Rust library for applying 8-bit pixelation effects with symmetry detection and mirroring."
edition = "2021"
keywords = ["image", "8-bit", "pixelation", "symmetry"]
license = "MIT"
name = "pixel8bit"
readme = "README.md"
repository = "https://github.com/PeriniM/pixel8bit"
version = "0.1.0"