Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 957b51a

Browse files
hugovktakluyver
authored andcommitted
Thumbnail and compress with same script
1 parent 49e5125 commit 957b51a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/squash-images.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22

3-
#https://pngquant.org/
3+
# pip install pillow
4+
python3 scripts/thumbnail-images.py
5+
6+
# https://pngquant.org/
47
# On Mac: brew install pngquant
58

69
# Options:

0 commit comments

Comments
 (0)