Sha256: 4b1bb908426b61fe576c6ce79f06ae0babf6c8434e56e6d21b5732e51d98e28d

Contents?: true

Size: 956 Bytes

Versions: 1

Compression:

Stored size: 956 Bytes

Contents

# IconGenerator

[![Gem Version](https://badge.fury.io/rb/icon_generator.png)](http://badge.fury.io/rb/icon_generator)
[![Code Climate](https://codeclimate.com/github/adamnbowen/icon_generator.png)](https://codeclimate.com/github/adamnbowen/icon_generator)
[![Build Status](https://travis-ci.org/adamnbowen/icon_generator.png)](https://travis-ci.org/adamnbowen/icon_generator)

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](http://whatisthor.com/)

## 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
icon_generator-0.8.1 README.md