https://github.com/setoff/scripts
iOS resources tools
https://github.com/setoff/scripts
Last synced: 11 months ago
JSON representation
iOS resources tools
- Host: GitHub
- URL: https://github.com/setoff/scripts
- Owner: setoff
- Created: 2013-12-23T13:23:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T13:24:20.000Z (over 7 years ago)
- Last Synced: 2025-07-09T12:06:39.088Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scripts
=======
###tinypng.rb###
TinyPNG script allow you to use [tinypng.com](https://tinypng.com) service.
Details: [https://tinypng.com/developers](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](http://www.imagemagick.org/index.php) [convert](http://www.imagemagick.org/script/convert.php) tool. Installation instructions available [here](http://www.imagemagick.org/script/binary-releases.php).
###mandesc.sh###
Prints first several lines of man page of every installed tool.