Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.01 KB

File metadata and controls

28 lines (17 loc) · 1.01 KB

Scripts

###tinypng.rb### TinyPNG script allow you to use tinypng.com service.
Details: https://tinypng.com/developers.

Script help:

Usage: ruby tinypng.rb [-d | --dir PATH] [--apply]
    -a, --apply                      Apply compression files: rename temp files to source files names
    -d, --dir PATH                   Source files directory. Default: pwd()
    -h, --help                       Show this help

Additional gems to install:

gem install filesize

###makeicons.sh### Make iOS app icons script generates all app icon sizes from one file. For better results source file should be sized 1024x1024.

This script use ImageMagick's convert tool. Installation instructions available here.

###mandesc.sh### Prints first several lines of man page of every installed tool.