texstretch/textoc.sh
2024-07-22 19:40:13 -04:00

11 lines
120 B
Bash

#!/bin/sh
if [ $# -lt 1 ]
then
echo "You must pass in the texture!"
exit 1
fi
convert $1 -compress none $1.ppm