| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| .. versionadded:: 1.1.3 | ||
|
|
||
| .. py:function:: PIL.ImageGrab.grab(bbox=None, include_layered_windows=False, all_screens=False, xdisplay=None) | ||
| .. py:function:: grab(bbox=None, include_layered_windows=False, all_screens=False, xdisplay=None) |
There was a problem hiding this comment.
This change is necessary to fix links. It also fixes the source button in the docs.
Sorry, something went wrong.
There was a problem hiding this comment.
Some little nits
Sorry, something went wrong.
|
|
||
| * ``jpg``: (compile time) LibJpeg support, required for JPEG based image formats. | ||
| * ``jpg_2000``: (compile time) OpenJpeg support, required for JPEG 2000 image formats. | ||
| * ``zlib``: (compile time) ZLib support, required for ZLib compressed formats, such as PNG. |
There was a problem hiding this comment.
| * ``zlib``: (compile time) ZLib support, required for ZLib compressed formats, such as PNG. | |
| * ``zlib``: (compile time) zlib support, required for zlib compressed formats, such as PNG. |
Sorry, something went wrong.
There was a problem hiding this comment.
I went with "Zlib" for the first one, as it is the start of a sentence.
Sorry, something went wrong.
Co-authored-by: Hugo <hugovk@users.noreply.github.com>
|
I would also like to propose adding a public API for checking library versions and including version numbers in pilinfo. Should I add it here or open a new PR (that depends on this PR due to docs)? |
Sorry, something went wrong.
|
Let's merge this and you can open a new PR. Thanks! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR adds documentation for the features module. The only other reference to it before was in the 5.4.0 release docs.