We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7edebe commit a11a973Copy full SHA for a11a973
1 file changed
README.md
@@ -12,7 +12,7 @@ PIL.Image.open("cool_cat_small.jpg")
12
blurhash.encode(numpy.array(PIL.Image.open("cool_cat_small.jpg").convert("RGB")))
13
# Result: 'UBL_:rOpGG-oBUNG,qRj2so|=eE1w^n4S5NH'
14
15
-PIL.Image.fromarray(numpy.array(blurhash.decode("UBMOZfK1GG%LBBNG,;Rj2skq=eE1s9n4S5Na", 128, 128)).astype('uint8'))
+PIL.Image.fromarray(numpy.array(blurhash.decode('UBL_:rOpGG-oBUNG,qRj2so|=eE1w^n4S5NH', 128, 128)).astype('uint8'))
16
# Result:
17
```
18

0 commit comments