I do lots of image work with Perl. You really need ImageMagick or some other image software. You don't want to be attempting to manage image formats yourself. ImageMagick is the best one I've found with Perl. There may be something simple you could do with gimp if you have access to it (it comes wtih most Linux installs as an option).

But the other reply was correct: Visible watermarks aren't much of a deterrent for theft since someone can easily get rid of them knowing they're there. And there's no tracking tied to them, etc.

Digimarc has the best invisible watermarking (fingerprinting) I've reviewed. I believe they have some sort of related facility for tracking, but I haven't gotten that far with their software. My understanding is that the Digimarc watermark has to be the last thing you apply for it to remain accurate. So if you apply another watermark, or even compress, after adding the Digimarc watermark it becomes useless. We also found that for some small, compressed images, there's not enough "room" for Digimarc to add their most robust watermark. If you have their software, they'll probably run those stats for you on a given image set.

ImageMagick is very good IMO. You might want to join their mailing list if you have specific questions. Their web site has details.


In reply to Re: Re: Re: Dumb Question #2 - ImageMagick by steves
in thread Dumb Question #2 - ImageMagick by lnl

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.