var fDesc=new Array(); fDesc[0] = "Duplicate Image Finder. Automatically compare digital pictures and find duplicates. Have you tried showing a set or a large collection of digital snapshots to a friend or relative? Weren't they underwhelmed and a little bored by the number of all-too-similar shots of the same subject? Get rid of the duplicates automatically! Image Comparer™ scans your entire collection of images, analyzes their contents and locates files that look alike. Beginning with v3.3, Image Comparer is able to highlight image differences. Manually locating similar images may be fine if you have just a dozen images. But what if you have a hundred? If you do it by hand, it'll take you quite a while. If you are like most digital shooters, you probably have several hundred or even a few thousand digital pictures stored in various folders. Locating and removing duplicates can easily become a time-consuming nightmare, and may eventually even take away the fun of taking pictures. Hint: Duplicate Image Finder! Difficult lighting and exposure problems, camera shake and digital noise can pollute your images. When you encounter difficult shooting conditions, you likely take a number of pictures, with somewhat different settings. Selecting the best shot out of a few duplicates is relatively easy, but what if you have hundreds of duplicate shots? Your viewers won't be overly impressed to see a dark shot, a blurry shot, and then just the perfect one followed by an overexposed view. Image Comparer™ analyzes your digital images and automatically selects the best shot out of the many duplicates on your system, allowing you to move or delete duplicate images in a couple of mouse clicks. Image Comparer ™ uses a content-based image search. This allows the program to search images by visual similarity. You can search for resized, rotated, and flipped images as well. We think our duplicate image finder is the best in the market today."; 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 = ''; } }