All Projects → teran → deduplicator

teran / deduplicator

Licence: GPL-2.0 license
Lightroom plug-in to deduplicate images based on perceptual hash algorithms

Programming Languages

lua
6591 projects
Makefile
30231 projects

Projects that are alternatives of or similar to deduplicator

dhash-vips
vips-powered ruby gem to measure images similarity, implementing dHash and IDHash algorithms
Stars: ✭ 75 (+56.25%)
Mutual labels:  fingerprint, perceptual-hashing
duff
Pure OCaml implementation of libXdiff (Rabin's fingerprint)
Stars: ✭ 20 (-58.33%)
Mutual labels:  fingerprint
Cordova Plugin Touch Id
💅 👱‍♂️ Forget passwords, use a fingerprint scanner!
Stars: ✭ 209 (+335.42%)
Mutual labels:  fingerprint
Fingerprintjs
Browser fingerprinting library with the highest accuracy and stability.
Stars: ✭ 15,481 (+32152.08%)
Mutual labels:  fingerprint
Cmsprint
CMS和中间件指纹库
Stars: ✭ 232 (+383.33%)
Mutual labels:  fingerprint
CycleTLS
Spoof TLS/JA3 fingerprints in GO and Javascript
Stars: ✭ 362 (+654.17%)
Mutual labels:  fingerprint
one-scan
多合一网站指纹扫描器,轻松获取网站的 IP / DNS 服务商 / 子域名 / HTTPS 证书 / WHOIS / 开发框架 / WAF 等信息
Stars: ✭ 44 (-8.33%)
Mutual labels:  fingerprint
fingerprintjs-pro-ios
Official iOS/tvOS agent & SDK for accurate device identification, created for the Fingerprint Pro identification API.
Stars: ✭ 35 (-27.08%)
Mutual labels:  fingerprint
koillection
Koillection is a self-hosted service allowing users to manage any kind of collections.
Stars: ✭ 259 (+439.58%)
Mutual labels:  collection-manager
blog-nojs-fingerprint-demo
A demo for the no-JavaScript fingerprinting article
Stars: ✭ 443 (+822.92%)
Mutual labels:  fingerprint
Supercookie
💭 Inspiration
Stars: ✭ 3,630 (+7462.5%)
Mutual labels:  fingerprint
Fingerprint
Android library that simplifies the process of fingerprint authentications.
Stars: ✭ 68 (+41.67%)
Mutual labels:  fingerprint
bidd-molmap
MolMap: An Efficient Convolutional Neural Network Based Molecular Deep Learning Tool
Stars: ✭ 102 (+112.5%)
Mutual labels:  fingerprint
Wafw00f
WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.
Stars: ✭ 2,983 (+6114.58%)
Mutual labels:  fingerprint
BitFact
🛡️ Robust data integrity tool. Prove data, text, & files using the Ethereum blockchain.
Stars: ✭ 42 (-12.5%)
Mutual labels:  fingerprint
Fingerlock
Android fingerprint authentication library
Stars: ✭ 203 (+322.92%)
Mutual labels:  fingerprint
keras-neural-graph-fingerprint
Keras implementation of Neural Graph Fingerprints as proposed by Duvenaud et al., 2015
Stars: ✭ 47 (-2.08%)
Mutual labels:  fingerprint
Fingerprint-Enhancement-Python
Using oriented gabor filters to enhance fingerprint images
Stars: ✭ 157 (+227.08%)
Mutual labels:  fingerprint
e3fp
3D molecular fingerprints
Stars: ✭ 93 (+93.75%)
Mutual labels:  fingerprint
Vytal
Browser extension to spoof timezone, geolocation, locale and user agent.
Stars: ✭ 1,449 (+2918.75%)
Mutual labels:  fingerprint

Deduplicator

Deduplicator is a Adobe Lightroom Classic CC plug-in to deduplicate photos in catalog based on perceptual hashing algorithms.

Installation

Download the latest release from GitHub Releases page and unzip it.

File -> Plug-in Manager -> Add -> [Pick deduplicator.lrplugin file]

NOTE: Since Adobe Lightroom Classic CC doesn't copy plug-in files on installation to any safe place, you normally should choose a place your not going to delete plug-in file from. Usually for plugins is used ~/Library/Application\ Support/Adobe/Lightroom/Plugins/ or something like that.

Usage

Checking for duplicates

Library -> Plug-in Extras -> Find duplicates

The plugin will start to check all the available images in your catalog this could take a while.

After the process would be completed the Deduplicator will put all the supposed duplicates to Duplicates collection created on top level of collections tree.

NOTE: the plugin takes selection or all photos if <= 1 photo is selected.

Semi-automatic updates

Help -> Plug-in Extras -> Check for updates

This will check GitHub if there's a new release and suggest you to check it out.

How it works inside

Deduplicator plug-in relies on imgsum to calculate image perceptual hashes.

Requirements

  • the latest Adobe Lightroom Classic CC version. Minimal requirement is Adobe Lightroom CC 2015/6.0
  • Both of macOS and Windows are supported

NOTES

Image format supported and tested:

  • Adobe Digital Negative(*.dng)
  • Canon RAW(*.cr2 - only, *.crw is not supported yet)
  • Epson RAW(*.erf)
  • Hasselblad 3FR(*.3fr)
  • JPEG
  • Kodak RAW(*.kdc - verified on Kodak DC50, DC120. Easyshare Z1015 RAW files doesn't work)
  • Leaf RAW(*.mos - verified on Aptus 22, Aptus 75 doesn't work)
  • Nikon RAW(*.nef - only, *.nrw is not supported yet)
  • TIFF
  • Sony RAW(*.arw, *.sr2) - Experimental at the moment

Contributing

Feel free to create a pull request via GitHub interface ;)

Bugs reporting

Please feel free to create a GitHub issue

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].