Sha256: e58405c9fb6b99e550d894a290d6dd3864bbaddf141844f91e84bb019fb61c23

Contents?: true

Size: 666 Bytes

Versions: 2

Compression:

Stored size: 666 Bytes

Contents

# ImageOptimBin

Statically compiled bins to make image_optim work on Heroku or Linux
x86_64 platform.

## Installation

Add this line to your application's Gemfile:

    gem 'image_optim_bin'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install image_optim_bin

## Usage

This gem sets ENV variables for the individual bins:

- JPEGOPTIM_BIN
- JPEGTRAN_BIN
- OPTIPNG_BIN
- PNGCRUSH_BIN
- PNGOUT_BIN

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

2 entries across 2 versions & 1 rubygems

Version Path
image_optim_bin-0.0.2 README.md
image_optim_bin-0.0.1 README.md