aboutsummaryrefslogtreecommitdiff
path: root/tools/dither-images.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dither-images.sh')
-rw-r--r--tools/dither-images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dither-images.sh b/tools/dither-images.sh
index 8852ce5..11d0c04 100644
--- a/tools/dither-images.sh
+++ b/tools/dither-images.sh
@@ -1,4 +1,4 @@
1cd assets/ 1cd ../assets/
2find . -type f \( -name "*.png" -o -name "*.jpg" \) | while read fname; do 2find . -type f \( -name "*.png" -o -name "*.jpg" \) | while read fname; do
3 echo "$fname" 3 echo "$fname"
4 convert "$fname" -type Grayscale -ordered-dither 2x2 "$fname.dith.gif" 4 convert "$fname" -type Grayscale -ordered-dither 2x2 "$fname.dith.gif"