As a blogger just starting out, it quickly became obvious that it was common for unscrupulous sites and sellers to use photos not taken by them for commercial gain. I’m fine with people using my photos for whatever floats their boat, as long as I get credit for the work. Which is why we all use watermarks.
So being a programmer, I created my own watermark tool for Windows. Over time, it kind of took on a life of its own, and it finally ended up as an actual product. I think it’s a useful tool and I think others might find it useful as well. I know there are a lot of photographers here, and I would greatly appreciate as much feedback as possible, since I’m still definitely an amateur photographer.
The technology behind it is fairly mundane; it’s written in C# and for the most part uses the built in imaging libraries as well as an open source toolkit for the EXIF stuff. The only really remarkable thing is that it’s well built, which is sadly uncommon these days for software. Since I’m on disability obviously I could use a few sales, but any photographer here (professional or not) in need at BLF can always get a free license if they use the contact form on my site. There’s also a free version which has the full functionality of the Full version except with a (hopefully gentle) nag screen and a Pro Trial version with a 30 day trial of the full functionality.
The watermark tool, web site (Drupal w/ UberCart), online help (ASP .Net), licensing and activation server were all done by me, so I welcome feedback on every last bit of it since it’s been a labor of love more than anything.
It has an extensive preview screen which lets you preview every single photo in the batch before it’s run. As you can see, it’s capable of doing alpha blending to blend the watermark into the target image if you use a PNG or text based watermark. The slider is simply the percent opacity from 1-100 in 10 percent increments if I remember correctly.
The preview screen even lets you look at the metadata for the currently selected photo in the preview, as well as basic file and image information you’d expect to see.
What I’m most proud of with this product is nothing the end user will ever see: the code. I’ve worked on many systems in my 25 year career, from code that controlled the NYC subway in the 90’s and lots of other vital infrastructure stuff like banking, insurance and finance, and you would probably be shocked to see the internal state of most codebases today. Nobody would buy software if they could see under the hood. But I don’t think the end user is as dumb as the suits in marketing think they are, and it’s been great putting the extra time that nobody would let me put in if this were a big-budget product launch. So hopefully I succeeded in imparting the same secret ingredient as my grandma’s tollhouse cookies, and again, I welcome any feedback, good or bad.
Thanks for reading and let me know what you guys and gals think. The contact form on the web site is probably the best way to reach me since it goes straight to my phone.