Filters duplicate images using perceptual image hashing.
|
2 months ago | |
---|---|---|
locale | 9 months ago | |
sql | 7 months ago | |
vendor | 1 year ago | |
README.md | 3 months ago | |
af_img_phash.pot | 2 months ago | |
init.css | 9 months ago | |
init.js | 3 months ago | |
init.php | 3 months ago | |
update-translations.sh | 3 months ago |
plugins.local/af_img_phash
sql/bitcount_funcdef_pgsql.sql
Add the following option to config.php
:
define('IMG_HASH_SQL_FUNCTION', true);
Note that using native SQL hashing function would be several orders of magnitude slower than count bits which may affect overal tt-rss performance.