From 9f5454bda6299db43a4e9de5b3716471388b81d9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 14:05:48 +0200 Subject: Move blog to Hugo --- tools/dither-images.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tools/dither-images.sh (limited to 'tools') diff --git a/tools/dither-images.sh b/tools/dither-images.sh deleted file mode 100644 index 11d0c04..0000000 --- a/tools/dither-images.sh +++ /dev/null @@ -1,6 +0,0 @@ -cd ../assets/ -find . -type f \( -name "*.png" -o -name "*.jpg" \) | while read fname; do - echo "$fname" - convert "$fname" -type Grayscale -ordered-dither 2x2 "$fname.dith.gif" -done - -- cgit v1.2.3