pixel8bit 1.0.2

A Rust library for applying 8-bit pixelation effects with symmetry detection and mirroring.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "pixel8bit"
version = "1.0.2"
edition = "2021"
authors = ["Marco Perini <marco@perini.dev>"]
description = "A Rust library for applying 8-bit pixelation effects with symmetry detection and mirroring."
license = "MIT"
repository = "https://github.com/PeriniM/pixel8bit"
keywords = ["image", "8-bit", "pixelation", "symmetry"]
categories = ["graphics", "game-development"]

[dependencies]
image = "0.24"