mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-18 03:04:45 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8f2fe15fb8
commit
de12571173
|
@ -2695,7 +2695,7 @@ class Image:
|
||||||
|
|
||||||
def dhash(self) -> str:
|
def dhash(self) -> str:
|
||||||
"""
|
"""
|
||||||
Calculate the dHash value of the picture.
|
Calculate the dHash value of the picture.
|
||||||
DHash value can be used to quickly determine the similarity of two pictures.
|
DHash value can be used to quickly determine the similarity of two pictures.
|
||||||
"""
|
"""
|
||||||
difference = self._difference(self)
|
difference = self._difference(self)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user