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

by Vivek Gite on March 29, 2006 · 1 comment

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

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 1 comment… read it below or add one }

1 Ed Ad June 22, 2007

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

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 10 + 10 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: