No commit activity in last 3 years
No release in over 3 years
Lossless optimization of the uploaded images using image_optim (make sure to install all binary dependecies of image_optim)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.