About Linux FAQ

Browse More FAQs:

Advertisements

How do I create watermark with ImageMagick’s composite command in Linux?

Posted by Vivek Gite [Last updated: October 29, 2006]

A watermark is a recognizable image or pattern in paper that appears lighter when viewed by transmitted light (or darker when viewed by reflected light, atop a dark background).

Under Linux you can use ImageMagick software to impose digital watermark (it is a technique which allows an individual to add hidden copyright notices or other verification messages to digital audio, video, or image signals and documents.) for copyright information or to put your site url. For example, consider following image:


At the bottom of coroner you will notice our site url http://www.cyberciti.biz/

To add watermark you need to use composite command which composite images together including watermark image.
$ composite -compose bumpmap -gravity southeast watermark.jpg input.jpg output.jpg

Subscribe to our free e-mail newsletter or RSS feed to get all updates. You can Email this page to a friend.

Related Other Helpful FAQs:

Discussion on This FAQ

  1. Ed Ad Says:

    There is a new kid on the block which makes batch photo processing much easier: Phatch
    http://ubuntuforums.org/showthread.php?t=466598&highlight=watermark

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.