Closed Rapid1898-code closed 2 years ago
is the code working without imagehash?
from PIL import Image
import imagehash
import requests
img = "https://cdn1.bitchesgirls.com/file/yael1c-yael-cohen-aug-31-2022/261656199427347453059782996929595436595.jpg"
# img = "https://i.imgur.com/5bGzZi7.jpg"
resp = requests.get(img, stream=True)
img = Image.open(resp.raw)
print(img)
Hello - i also get the error without imagehash...
Closing, as not a imagehash issue. In the future, please avoid NSFW demos if possible.
i try to the hash-value for an image using imagehash with this code:
When i try to run this code i get this error:
Why is this (for at least some pics) not working?
Eg. this picture works without problems: https://i.imgur.com/5bGzZi7.jpg