Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jschwindt/dragonfly_crop

A sample rails application that uses the excellent image handler Dragonfly, and Jcrop for selecting the cropping area.
https://github.com/jschwindt/dragonfly_crop

Last synced: about 1 month ago
JSON representation

A sample rails application that uses the excellent image handler Dragonfly, and Jcrop for selecting the cropping area.

Awesome Lists containing this project

README

        

=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