pxsort 0.3.1

Sort the pixels in an image
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pxsort"
description = "Sort the pixels in an image"
version = "0.3.1"
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"
indicatif = "0.11.0"