We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fc7f1 commit c37d8d2Copy full SHA for c37d8d2
1 file changed
blurhash/blurhash.py
@@ -62,7 +62,7 @@ def linear_to_srgb(value):
62
63
def blurhash_decode(blurhash, width, height, punch = 1.0, linear = False):
64
"""
65
- Decode the given blurhash to an image of the specified size.
+ Decodes the given blurhash to an image of the specified size.
66
67
Returns the resulting image a list of lists of 3-value sRGB 8 bit integer
68
lists. Set linear to True if you would prefer to get linear floating point
0 commit comments