autotiler 1.1.0

An implementation of the autotiler algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.image]
version = "0.24.6"

[dev-dependencies.rand]
version = "0.8.5"

[package]
authors = ["Isidor <me@isidornygren.com>"]
description = "An implementation of the autotiler algorithm"
edition = "2021"
license = "MIT"
name = "autotiler"
readme = "README.md"
repository = "https://github.com/isidornygren/autotiler"
version = "1.1.0"