Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ameer1234567890/tinifier

Compress images using tinify.com API
https://github.com/ameer1234567890/tinifier

Last synced: about 2 months ago
JSON representation

Compress images using tinify.com API

Awesome Lists containing this project

README

        

![ShellCheck](https://github.com/ameer1234567890/tinifier/actions/workflows/main.yml/badge.svg)

#### Works with
* Almost any linux based shell.
* Cygwin shell on Windows.
* Git Bash on Windows.

#### Requirements
* cURL
* Some patience.

#### Setup Instructions
* Create a file named `.tinify_api_key` one level above the `tinifier.sh` file. This file should contain the tinify.com API key without a leading CR and/or LF.
* Create two folders named `files` and `compressed` in the same folder as `tinifier.sh`.
* Place all pictures which needs to be compressed, inside the `files` folder.
* If you are on linux, ensure that `tinifier.sh` is chmodded to `755`.
* Run `./tinifier.sh`.