Has anyone seen "Oculus", a webcam program for the Macintosh?

It has a mode where you can overlay text on the webcam images (such as date and time or a caption). The interresting thing is that it has a mode for setting different opaquenesses for the "text background". This creates a very interresting, professional looking effect and I can't seem to produce it with GD or PerlMagick (ImageMagick). I've seen other packages for Perl that offer something that sounds like it may handle opaqueness, but before I start filling my system with these modules, I'd like to find out if there's a way to do it with PerlMagick. I also noticed that PerlMagick doesn't have a "GetPixel" type of function for returning the RGB or Hex code of a pixel's color value. Is there a way to do this with PerlMagick?

Thank you.

In reply to Image Manipulation Package for setting Opaqueness? by keith

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.