Snopix adds reverse-image search to the WordPress media library. Upload
an image (or drop one onto the dashboard widget) and the plugin returns the
visually most similar attachments you already have indexed, ranked by a
composite score over three fingerprints:
The same fingerprints power the Duplicates tab, which clusters
near-identical attachments so you can keep one and bulk-delete the rest.
[snopix_search] shortcode for/wp-json/snopix/v1/ with rate limiting on the public searchimage/jpeg, `image/png`, `image/gif`, `image/webp`, `image/bmp`.
Snopix creates a single custom table, {prefix}snopix_index, that stores one
row per indexed attachment with its three fingerprints. Uninstalling the
plugin drops the table unless you disable Drop data on uninstall in
settings.
Snopix is functional, but search ranking, duplicate detection and the
threshold tuning may be less accurate than expected – you may see occasional
false positives or miss visually-similar images depending on your media
library. Please report anything that looks off.