Rmagick, Watermarks, and Image Transparency
Posted
by Hulihan Applications
on Stack Overflow
See other posts from Stack Overflow
or by Hulihan Applications
Published on 2010-04-03T22:00:10Z
Indexed on
2010/04/03
22:03 UTC
Read the original article
Hit count: 505
I'm having trouble making an image semi-transparent. I have one image I'd like to set to 50% opacity and position it over another image(using composite operator:OverCompositeOp). Anyone know how an easy way to do such a thing?
A little background: I'm trying to make a good watermark to place over images, but I'm not fan of rmagick's built-in watermark() function or the shade-composite method.
© Stack Overflow or respective owner