pxsort 0.2.0

Sort the pixels in an image
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "pxsort"
description = "Sort the pixels in an image"
version = "0.2.0"
authors = ["George Kaplan <george@georgekaplan.xyz>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/g-s-k/pxsort"
readme = "./README.md"

[dependencies]
image = "0.21.0"
structopt = "0.2.15"