Statically compiled bins to make image_optim work on Heroku or Linux x86_64 platform.
This gem is no longer maintained. It may or may not work for you. If you happen to fix something or make it better, pull request will be accepted.
Some alternatives:
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
This gem sets ENV variables for the individual bins:
JPEGOPTIM_BIN
JPEGTRAN_BIN
OPTIPNG_BIN
PNGCRUSH_BIN
PNGOUT_BIN
ADVPNG_BIN
ADVDEF_BIN
ADVMNG_BIN
ADVZIP_BIN
GIFSICLE_BIN
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request