Posted By: Corey J
Date: 2007-06-01 17:30
Summary: mini_magick 1.2.2 Released
Project: MiniMagick

mini_magick version 1.2.2 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.2.2 / 2007-06-01

# 1.) all image commands return the image object (The output of the last command is saved in @output)
# 2.) identify doesn't trip over strangley named files
# 3.) TempFile uses file extention now (Thanks http://marsorange.com/archives/of-mogrify-ruby-tempfile-dynamic-class-definitions)
# 4.) identify commands escape output path correctly

Latest News
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41
diff-lcs 1.2.4 Released
    Austin Ziegler - 2013-04-21 00:08

 

Forums | Admin

Discussion Forums: mini_magick-1.2.2-released

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post