mirror of
https://codeberg.org/scip/kleingebaeck.git
synced 2025-12-16 12:01:00 +01:00
support hashing with all formats
This commit is contained in:
4
image.go
4
image.go
@@ -115,10 +115,6 @@ func (img *Image) CalcHash() error {
|
|||||||
|
|
||||||
// checks if 2 images are similar enough to be considered the same
|
// checks if 2 images are similar enough to be considered the same
|
||||||
func (img *Image) Similar(hash *goimagehash.ImageHash) bool {
|
func (img *Image) Similar(hash *goimagehash.ImageHash) bool {
|
||||||
if img.Mime != "jpeg" {
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
||||||
distance, err := img.Hash.Distance(hash)
|
distance, err := img.Hash.Distance(hash)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
slog.Debug("failed to compute diff hash distance", "error", err)
|
slog.Debug("failed to compute diff hash distance", "error", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user