-
Notifications
You must be signed in to change notification settings - Fork 244
Dragonfly add ons
Julien Letessier edited this page Jan 4, 2014
·
35 revisions
This page acts as a listings page for dragonfly add-ons.
Feel free to add your own add-on to the list below. It could be anything from a small code snippet to a full-on gem.
You might want to include a name, brief description, author and link to a gist/repository/homepage.
- Data stores
- Generators (creates something from nothing, e.g. text generation)
- Processors (changes data, e.g. make image black and white)
- Analysers
- Plugins
- Various (e.g. gems which contain a combination of the above)
- Misc (stuff which doesn't fit into the categories above)
- [RemoteDataStore] (https://github.com/afeld/magickly/blob/master/lib/dragonfly/data_storage/remote_data_store.rb) - fetch images from remote urls (meaning the images are read-only - part of magickly)
- MogileFSDataStore - Jamie Winsor ([email protected]) - retrieve and store in MogileFS, a distributed file store
- RelationalDataStore - Captain Mike ([email protected]) - store files in a relational database (such as SQLite or PostgreSQL)
- The dragonfly-activerecord gem is a drop-in, database-backed store implementation, tested with Ruby 1.9 to 2.1, with SQLite, MySQL, or PostgreSQL.
- Add me!
- Resize and pad an image:
.convert('-resize 186x104 -background white -gravity center -extent 186x104')
- Watermark - Bradley Schaefer ([email protected])
- Add me!
- Add me!
- magickly gem - image manipulation as a (plugin-able) service
- dragonfly-ffmpeg - Jamie Winsor ([email protected]) - Dragonfly plugin which encodes, analyzes videos.
- simple_dragonfly_preview - Add image preview to your forms
- dragonfly-rails gem - add paperclip compatibility