mirror of
https://github.com/stashapp/stash.git
synced 2026-03-28 08:01:57 +01:00
This change introduces a new tool to identify duplicate images based on their perceptual hash (phash). It includes: - Backend implementation for phash distance comparison and grouping. - GraphQL schema updates and API resolvers. - Frontend UI for the Image Duplicate Checker tool. - Unit tests for the image search and duplicate detection logic. |
||
|---|---|---|
| .. | ||
| database.go | ||
| FileReaderWriter.go | ||
| FolderReaderWriter.go | ||
| GalleryChapterReaderWriter.go | ||
| GalleryReaderWriter.go | ||
| GroupReaderWriter.go | ||
| ImageReaderWriter.go | ||
| PerformerReaderWriter.go | ||
| query.go | ||
| SavedFilterReaderWriter.go | ||
| SceneMarkerReaderWriter.go | ||
| SceneReaderWriter.go | ||
| StudioReaderWriter.go | ||
| TagReaderWriter.go | ||