Some quick hacks that do the seamless texture splits.

This commit is contained in:
Zed A. Shaw 2025-01-22 11:14:57 -05:00
parent 15a2a69ac1
commit 024d5b30e1
3 changed files with 650 additions and 0 deletions

10
magick/texture_setup.sh Normal file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -ex
./splitcrop -x $1 -y $1 $2 corners.png
./position -d horizontal corners_bottomright.png corners_bottomleft.png bottom.png
./position -d horizontal corners_topright.png corners_topleft.png top.png
./position -d vertical bottom.png top.png result-grid.png