Skip to content
Tomáš Celizna edited this page Feb 8, 2016 · 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.


Contents


Data stores

Generators

  • initial_avatar - generates Gmail style initials avatars. Accepts options text color, background color, size, and font. This generator is available as part of the avatar_magick plugin.

Processors

  • Resize and pad an image: .convert('-resize 186x104 -background white -gravity center -extent 186x104')
  • Watermark - Bradley Schaefer ([email protected])
  • dragonfly_harfbuzz – Renders image of a text from supplied font file

Analysers

Analysers & Processors

  • dragonfly_pdf – Reads properties of a PDF and providers range of processors to manipulate PDFs
  • dragonfly_svg – Reads properties of a SVG and providers range of processors to manipulate SVGs
  • dragonfly_phantomjs – Uses PhantomJS headless browser to convert HTML or SVG documents to GIF, JPEG, PDF or PNG

Plugins

  • imagemagick - A plugin for configuring an ImageMagick integration.
  • avatar_magick - A plugin for generating Gmail style initials avatars.

Various

Misc

Clone this wiki locally