Skip to content
Tomáš Celizna edited this page Oct 23, 2018 · 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.
  • dragonfly_puppeteer – Dragonfly plugin that uses Puppeteer to generate screenshots and PDFs

Processors

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
  • dragonfly_fonts - Wraps common font-related tasks into Dragonfly analysers and processors.
  • dragonfly_libvips - Dragonfly analysers and processors for libvips image processing library.

Plugins

  • imagemagick - A plugin for configuring an ImageMagick integration.
  • avatar_magick - A plugin for generating Gmail style initials avatars.
  • dragonfly_libvips - Dragonfly analysers and processors for libvips image processing library.

Various

Misc