Skip to content

Commit a11a973

Browse files
authored
Update README.md
1 parent f7edebe commit a11a973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PIL.Image.open("cool_cat_small.jpg")
1212
blurhash.encode(numpy.array(PIL.Image.open("cool_cat_small.jpg").convert("RGB")))
1313
# Result: 'UBL_:rOpGG-oBUNG,qRj2so|=eE1w^n4S5NH'
1414

15-
PIL.Image.fromarray(numpy.array(blurhash.decode("UBMOZfK1GG%LBBNG,;Rj2skq=eE1s9n4S5Na", 128, 128)).astype('uint8'))
15+
PIL.Image.fromarray(numpy.array(blurhash.decode('UBL_:rOpGG-oBUNG,qRj2so|=eE1w^n4S5NH', 128, 128)).astype('uint8'))
1616
# Result:
1717
```
1818
![Blurhash example output: A blurred cool cat.](/blurhash_example.png?raw=true "Blurhash example output: A blurred cool cat.")

0 commit comments

Comments
 (0)