Program to generate a larger image made up of different image tiles of the same size.

Spencer Young 7efea4cadd tiling.rs: moved TileGrid to tile_grid.rs il y a 2 semaines
src 7efea4cadd tiling.rs: moved TileGrid to tile_grid.rs il y a 2 semaines
tests 662ea9d153 tiling.rs: determine_tile_connection(): Implemented neighbor_associations and excluded_connectors il y a 3 semaines
.gitignore 7246c1ad52 main.rs, lib.rs, cli.rs: Implemented argument parsing il y a 7 mois
Cargo.lock 21de03e81c cli.rs: Fixed indentation of doc comments il y a 3 semaines
Cargo.toml cb363beeee tiling.rs: Implemented TileSelectionPolicy and TileGrid::determine_tile_connection() il y a 3 semaines
LICENSE b98e7e4b48 Added LICENSE il y a 7 mois
README.md 53cafdee9a Initial commit il y a 7 mois
build.rs 21de03e81c cli.rs: Fixed indentation of doc comments il y a 3 semaines
rustfmt.toml 867ccd5601 Added rustfmt.toml for stricter formatting like Black il y a 7 mois

README.md

image-tiler

Program to generate a larger image made up of different image tiles of the same size.