- Almost any linux based shell.
- Cygwin shell on Windows.
- Git Bash on Windows.
- cURL
- Some patience.
- Create a file named
.tinify_api_key
one level above thetinifier.sh
file. This file should contain the tinify.com API key without a leading CR and/or LF. - Create two folders named
files
andcompressed
in the same folder astinifier.sh
. - Place all pictures which needs to be compressed, inside the
files
folder. - If you are on linux, ensure that
tinifier.sh
is chmodded to755
. - Run
./tinifier.sh
.