var fDesc=new Array(); fDesc[0] = "Duplicate photo finder "looks" at your photos to find similarities. Find look-alike and duplicate images in a folder, computer, network, or find duplicates in Adobe Lightroom. Organize photos by eliminating useless repeating pictures - save valuable disk space. Identify similar and duplicate images even if they are edited, rotated, flipped, or color-corrected.

Specify the percent of image similarity that will be used during the scan. It can broaden your results or specify an exact match varying only in image format or size.

After the scan process is finished the program shows all the duplicate images in groups and can automatically mark the smaller resolution and/or smaller file size images to be deleted - the lower quality ones.

Supports 40 popular image formats (including Photoshop/Lightroom PSD, TIFF, HEIC/HEIF, JPG, WebP...) and 300+ RAW camera photo formats(CRW, CR2, CR3, NEF, DNG...). Due to its innovative and optimized algorithms, it is the fastest and the most precise duplicate photo finder on the market."; 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 = ''; } }