var fDesc=new Array(); fDesc[0] = "Watermark Factory allows you to add text or image watermark to any picture. Protect your copyrights or simply add comments to any picture. This useful program has beautiful and easy to use interface. You will be able to process thousands of files in a few seconds.
Watermark Factory helps you protect images. You can add a visible watermark to your digital images and photos. The watermark can be your copyright or the URL of your site or your logo.
Some digital cameras don't add date stamps to digital photo. This product allows you to see the date and time when you snapped your photos. Watermark Factory can add EXIF date or any custom date.
It is very useful to see EXIF or IPTC information for your digital pictures. Watermark Factory provides detailed information about photos (shutter speed, aperture, etc.). This information can be used as text watermarks.
In order to prepare your digital pictures for the web you'll need to do few things with your images. At the very least the photos will need to be rotated, cropped, and resized. Watermark Factory allows to do all these tasks in the batch mode.
If you have a lot of pictures but in different formats, no problem! Watermark Factory lets you to convert your files to any of the following formats: BMP, GIF, JPG, TGA, PNG.
Modern digital cameras save your pictures with own names. Auto-rename feature allows renaming digital pictures using powerful templates-based system with prefixes and suffixes.
Watermark Factory helps to annotate pictures and you don't have to handle every picture individually, instead you can add comments on dozens of photos at the same time."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }