Posted By: Corey J
Date: 2007-06-01 17:22
Summary: mini_magick 1.2.1 Released
Project: MiniMagick
mini_magick version 1.2.1 has been released!
- Why?
I was using RMagick and loving it, but it was eating up huge amounts of memory. A simple script like this...
Magick::read("image.jpg") do |f| f.write("manipulated.jpg") end
...would use over 100 Megs of Ram. On my local machine this wasn't a problem, but on my hosting server the ruby apps would crash because of their 100 Meg memory limit.
Changes:
## 1.0.0 / 2007-06-01
* 1 major enhancement * Birthday! |
|