Mk0.Software.Bildduplikate/README.md

20 lines
908 B
Markdown
Raw Permalink Normal View History

2022-10-31 19:03:26 +01:00
# Bildduplikate
## About
This program allows to compare possible image duplicates from a CSV (you can use python script https://git.kmpr.at/kamp/SimilarImages to find them and generate the CSV file) or an API (https://git.kmpr.at/kamp/DuplicateAPI which can be fed by the same python script) and delete one of the duplicates or mark the duplicates as non-duplicates (for API).
## Features
* Can read possible duplicates from a CSV files
* Can read possible duplicates from an API
* suggestion of most probably "worse" duplicate to delete
2022-10-31 20:10:51 +01:00
* keyboard control functions for faster processing
2022-10-31 19:03:26 +01:00
## Keyboard Control
2022-10-31 19:04:13 +01:00
[1] - delete first possible duplicate
[2] - delete second possible duplicate
[0] or [K] - mark images as non-duplicates
2022-10-31 21:06:42 +01:00
[D] delete most probably worst indicated duplicate (which has the bold delete button)
[A] Opens API Settings
[C] Load CSV
2022-11-01 13:14:15 +01:00
[R] Reload
[L] Load from API