Did a bunch of pixelation tests and I think this is the best setup so far.
This commit is contained in:
parent
931d9493d2
commit
dd463d7d6e
19 changed files with 189 additions and 1 deletions
10
scripts/magick/texture_setup.sh
Normal file
10
scripts/magick/texture_setup.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue