mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
327 B
Plaintext
6 lines
327 B
Plaintext
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.
|