We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b65d6a + da4d23c commit 149409fCopy full SHA for 149409f
README.rst
@@ -88,5 +88,5 @@ Converting images:
88
>>> img2.get_pixel_format()
89
'yuv420p'
90
>>> planes = img2.to_bytearray()
91
- >>> map(len, planes)
+ >>> [len(plane) for plane in planes]
92
[50000, 12500, 12500, 0]
0 commit comments