blob: 5c724653c2299a5cb182ddde6b1dc1f399c1bf30 (
plain)
1
2
3
4
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.
|