alchemy_cms_picture_optim

Lossless optimization of the uploaded images using image_optim (make sure to install all binary dependecies of image_optim)


License
MIT
Install
gem install alchemy_cms_picture_optim -v 0.1.1

Documentation

This is an Alchemy CMS extension which will optimize incoming images on upload.

To install it add gem "alchemy_cms_picture_optim" to yours project Gemfile.

This gem relies on image_optim so make sure to put all of its binary dependencies (advpng, gifsicle, jpegoptim, jpegtran, optipng, pngcrush, pngout) on your path.

To run the tests use rake test:init and rake test:run. To build the gem use rake build.