splix 0.1.1

Superfast image splitter.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.image]
version = "0.25.1"

[package]
authors = ["Raymond Tian rymdtian@gmail.com"]
categories = ["command-line-utilities"]
description = "Superfast image splitter."
edition = "2021"
homepage = "https://github.com/raymondytian/splix"
license = "MIT"
name = "splix"
readme = "README.md"
repository = "https://github.com/raymondytian/splix"
version = "0.1.1"