dragonfly_crop
dragonfly_crop copied to clipboard
A sample rails application that uses the excellent image handler Dragonfly, and Jcrop for selecting the cropping area.
=Dragonfly crop
This project shows how to crop images using Jquery's Jcrop and the new kid in the block for image handling in Rails: Dragonfly.
Dragonfly: http://github.com/markevans/dragonfly
JCrop: http://deepliquid.com/content/Jcrop.html
It follows the same idea of my previous project RJCROP: http://github.com/jschwindt/rjcrop
==Downloading and testing the application
git clone git://github.com/jschwindt/dragonfly_crop.git cd dragonfly_crop sudo rake gems:install rake db:migrate ./script/server
==Author
Juan Schwindt juan(at)schwindt.org