summaryrefslogtreecommitdiff
path: root/graphics/ruby-mini-magick/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ruby-mini-magick/DESCR')
-rw-r--r--graphics/ruby-mini-magick/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/ruby-mini-magick/DESCR b/graphics/ruby-mini-magick/DESCR
new file mode 100644
index 00000000000..5c724653c22
--- /dev/null
+++ b/graphics/ruby-mini-magick/DESCR
@@ -0,0 +1,5 @@
+MiniMagick gives you access to all the command-line options ImageMagick
+has (found at http://www.imagemagick.org/script/mogrify.php). Using
+MiniMagick as an alternative to RMagick allows the Ruby processes memory
+to remain small because it spawns ImageMagick's mogrify program, which
+has much lower memory usage than RMagick.