Radu Ciocan wrote: > Tim Hunter wrote: > >> On Jul 26, 8:43 am, Radu Ciocan <cio... / gmail.com> wrote: >> >>> -- >>> Posted viahttp://www.ruby-forum.com/. >>> >> 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 > I didn't get any mail from you. Without the image I can't help you. -- RMagick OS X Installer [http://rubyforge.org/projects/rmagick/] RMagick Hints & Tips [http://rubyforge.org/forum/forum.php?forum_id=1618] RMagick Installation FAQ [http://rmagick.rubyforge.org/install-faq.html]