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.
1 parent aa0df6b commit c3283a5Copy full SHA for c3283a5
src/mss/tools.py
@@ -18,7 +18,7 @@ def to_png(data: bytes, size: tuple[int, int], /, *, level: int = 6, output: Pat
18
19
:param bytes data: RGBRGB...RGB data.
20
:param tuple size: The (width, height) pair.
21
- :param int level: PNG compression level.
+ :param int level: PNG compression level (see :py:func:`zlib.compress()` for details).
22
:param str output: Output file name.
23
24
.. versionadded:: 3.0.0
0 commit comments