Tim said:
Send the image and a script that reproduces the problem to rmagick AT
rubyforge DOT org and I'll take a look at it.
Here is an example of script:
require 'RMagick'
image = Magick::Image.read('public/images/rails.png').first
image.opacity = Magick::MaxRGB / 2
image.write("public/images/rails_with_transparency.png")
(rails.png is the default rails logo from a new rails app)
theoretically, this should be working, but is not working,
the new image rails_with_transparency.png is the same as rails.png