File tree Expand file tree Collapse file tree
docs/source/release-history Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ writing, but should be by the time we release 11.0!)
1515
1616#### ScreenShot attributes
1717
18- The : py:attr: ` mss.ScreenShot.raw ` attribute has been removed. Use the : py:attr: ` mss.ScreenShot.bgra ` property instead.
18+ The { py: attr } ` mss.ScreenShot.raw ` attribute has been removed. Use the { py: attr } ` mss.ScreenShot.bgra ` property instead.
1919
20- The : py:attr: ` mss.ScreenShot.bgra ` and : py:attr: ` mss.ScreenShot.rgb ` properties now will return read-only bytes-like
21- : py:type: ` memoryview ` objects, not necessarily : py:type: ` bytes ` or : py:type: ` bytearray ` objects. For practical use
20+ The { py: attr } ` mss.ScreenShot.bgra ` and { py: attr } ` mss.ScreenShot.rgb ` properties now will return read-only bytes-like
21+ { py: type } ` memoryview ` objects, not necessarily { py: type } ` bytes ` or { py: type } ` bytearray ` objects. For practical use
2222cases, this should not be noticible. This change was allows faster access to screenshot data, with fewer memory copies.
2323
2424### Python 3.9 EOL
You can’t perform that action at this time.
0 commit comments