diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:05:48 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:05:48 +0200 |
| commit | 9f5454bda6299db43a4e9de5b3716471388b81d9 (patch) | |
| tree | 1ceedf64a4517a372d70efc2b6f4bbd9478ce792 /tools | |
| parent | e728c3a2cbd06d95cd1226d3b23473816bd0d67e (diff) | |
| download | mitjafelicijan.com-9f5454bda6299db43a4e9de5b3716471388b81d9.tar.gz | |
Move blog to Hugo
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dither-images.sh | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ | |||
| 1 | cd ../assets/ | ||
| 2 | find . -type f \( -name "*.png" -o -name "*.jpg" \) | while read fname; do | ||
| 3 | echo "$fname" | ||
| 4 | convert "$fname" -type Grayscale -ordered-dither 2x2 "$fname.dith.gif" | ||
| 5 | done | ||
| 6 | |||
