texstretch/textoc.sh

11 lines
120 B
Bash
Raw Normal View History

2024-07-22 23:40:13 +00:00
#!/bin/sh
if [ $# -lt 1 ]
then
echo "You must pass in the texture!"
exit 1
fi
convert $1 -compress none $1.ppm