IconGenerator

Gem Version Code Climate Build Status

Generates Apple Touch Icons or a multiresolution (32x32 and 16x16) favicon given a square image.

Installation

$ gem install icon_generator

Dependencies

  • Ruby 1.9.3 and up
  • ImageMagick
  • Thor

Usage

$ icon_generator touch my/source/file.png my/output/directory

Testing

$ rake test

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request