No commit activity in last 3 years
No release in over 3 years
Not yet completely implemented
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.0

Runtime

 Project Readme

Dragonfly-Minimagick

Dragonfly-Minimagick was extracted from the original dragonfly code and provides an analyser, processor, encoder and generator for Dragonfly using the MiniMagick image library.

It shouldn't be necessary and is provided here in case it's needed for some reason!

Usage

require 'dragonfly-minimagick'
Dragonfly[:images].configure_with(:minimagick)

In Rails, the above would be done in an initializer.

See the dragonfly documentation for more info, as the equivalent ImageMagick methods have the same API.