sub-image 0.1.1

Utility library to deal with images with sub-images inside of them
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sub-image"
description = "Utility library to deal with images with sub-images inside of them"
license-file = "../LICENSE"
readme = "../README.md"
repository = "https://github.com/OriDevTeam/sub-image"
version = "0.1.1"
edition = "2021"


[dependencies]
anyhow = "1.0.64"
image = "0.24.3"
json5 = "0.4.1"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"