
Qantas Airbus A380 does a low pass over Sydney
…ruins it.
At least if you have created a watermark of sufficient boldness to defeat the various semi-skilled image thief’s which inhabit the world wide web as it exists today. You only have to do a simple Google search to give an exhaustive list of tools and techniques to remove watermarks on images.
As RC Conception says in this guest blog post on Scott Kelby’s website:
The viewers eyes are now set to do the dance of “let me see what this picture COULD HAVE been provided this big symbol wasn’t in front of it”.
My simple copyright watermark, as in the image above would defeat nobody, but I have now realized that there are better ways to assert your ownership of an image / deter Copyright Thieves:
- File name — A tip / directive from Peter Kroghs “The DAM Book: Digital Asset Management for Photographers
” was to include your name or moniker in your file name so that if you ship them to a client, or upload them someplace, there is still a simple and visible reference to you right there in the name.
- Metadata — I am already a metadata freak, and every one of my images contains my copyright statement and contact details, so anyone using Adobe Lightroom, Google Picasa, or even Windows 7 metadata will see all this information.
- Flickr Stats, Google Image Search, Tineye, and web server logs - Occasionally searching for references to your images using these tools can help you track down images thief’s.
- Fight Back Against Content Scraping — Got a great tip from this article on WordPress Security (Update: Original Source); a simple .htaccess rule can prevent any website other than yours from linking to your posted images:
RewriteEngine On
#Replace ?mysite.com/ with your blog url
RewriteCond %{HTTP_REFERER} !^http://(.+.)?mysite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
#Replace /images/nohotlink.jpg with your "don't hotlink" image url
RewriteRule .*.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpg [L]
- Professional Image Tracking — A number of services have sprung up that attempt to digitally track your images such as Digimarc and ImageRights. They achieve this in different ways, Digimarc by embedding tracking information in each image file, and ImageRights by maintaining a database of your images and continuously searching the web for possible copies. Better still, ImageRights is after launching a free service protecting up to 10,000 images, check it out here!
Up to now, I have used my basic Copyright statement as a watermark on pretty much every image I uploaded to either Flickr or this website. this often resulted in some pretty ugly unintended effects such as on my home screen:

With all that said, and despite the low level of copyright theft that I experience, my new strategy for protecting my images will be as follows:
- Flickr, Facebook, DPReview, or any other public website will get a Watermark as follows:
© 2010 All Rights Reserved www.JonathanBourke.com
- On my own website, I will slowly replace all images with watermark free ones in order to present them in the best light possible. I will also register these images with ImageRights.

No Watermark is the New Watermark!
Now if only Adobe Lightroom 3 could output an “Export Package” containing all the required formats
Digimarc is really expensive. Try SignMyImage — it doesnt increase the image noise and its really cheap.
Thanks for the heads up — I will check it out.