File: TODO

package info (click to toggle)
findimagedupes 2.20.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 824 kB
  • sloc: perl: 1,067; makefile: 43; sh: 32
file content (31 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
WISHLIST:
	findimagedupes should be parallelizable
	https://bugs.launchpad.net/ubuntu/+source/findimagedupes/+bug/502224

	use sqlite to store db

	prevent db corruption on abort (sqlite transaction?)

	implement phash fingerprints

	implement pixel-exact matching (eg. images differing only by exif data; images stored in different lossless formats)

	benchmark against naive use of gcc's _builtin_popcountll

	handle HEIC image format


DOCUMENT:

	add pointers to other image-comparison programs

	warn about false positives

	warn that fingerprint may change if graphicsmagick version changes

	note that database has to fit in ram

BUGS:

	find/fix memory leak