https://github.com/etre2/tinypng-console
Allows TinyPNG to be executed from the command line for lossless image compression.
https://github.com/etre2/tinypng-console
console-application tinypng tinypng-api
Last synced: 5 months ago
JSON representation
Allows TinyPNG to be executed from the command line for lossless image compression.
- Host: GitHub
- URL: https://github.com/etre2/tinypng-console
- Owner: etre2
- Archived: true
- Created: 2017-02-17T19:20:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T14:29:31.000Z (almost 9 years ago)
- Last Synced: 2026-01-14T13:34:57.872Z (5 months ago)
- Topics: console-application, tinypng, tinypng-api
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Allows TinyPNG to be executed from the command line for lossless image compression.
Install TinyPNG Console
=
`compose global require etre2/tinypng-console`
Ensure that `$HOME/.composer/vendor/bin directory` is in your $PATH so that the `tinypng` command is available system-wide. This path may very from OS-to-OS.
```
TinyPNG Console 1.0.4
Usage:
command [options] [arguments]
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
help Displays help for a command
list Lists commands
reduce "Optimize your images with a perfect balance in quality and file size." - TinyPNG
api-key
api-key:config Configure console for API use.
api-key:request Request an API Key @ https://tinypng.com/developers
```