@@ -32,7 +32,7 @@ Callback
3232Screen shot of the monitor 1 with a callback:
3333
3434.. literalinclude :: examples/callback.py
35- :lines: 9 -
35+ :lines: 8 -
3636
3737
3838Part of the screen
@@ -41,7 +41,7 @@ Part of the screen
4141You can capture only a part of the screen:
4242
4343.. literalinclude :: examples/part_of_screen.py
44- :lines: 9 -
44+ :lines: 8 -
4545
4646.. versionadded :: 3.0.0
4747
@@ -52,7 +52,7 @@ Part of the screen of the 2nd monitor
5252This is an example of capturing some part of the screen of the monitor 2:
5353
5454.. literalinclude :: examples/part_of_screen_monitor_2.py
55- :lines: 9 -
55+ :lines: 8 -
5656
5757.. versionadded :: 3.0.0
5858
@@ -64,7 +64,7 @@ You can use the same value as you would do with ``PIL.ImageGrab(bbox=tuple(...))
6464This is an example that uses it, but also using percentage values:
6565
6666.. literalinclude :: examples/from_pil_tuple.py
67- :lines: 9 -
67+ :lines: 8 -
6868
6969.. versionadded :: 3.1.0
7070
@@ -83,7 +83,7 @@ Advanced
8383You can handle data using a custom class:
8484
8585.. literalinclude :: examples/custom_cls_image.py
86- :lines: 9 -
86+ :lines: 8 -
8787
8888.. versionadded :: 3.1.0
8989
@@ -94,7 +94,7 @@ You can use the Python Image Library (aka Pillow) to do whatever you want with r
9494This is an example using `frombytes() <http://pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.frombytes >`_:
9595
9696.. literalinclude :: examples/pil.py
97- :lines: 9 -
97+ :lines: 8 -
9898
9999.. versionadded :: 3.0.0
100100
@@ -104,7 +104,7 @@ Playing with pixels
104104This is an example using `putdata() <https://github.com/python-pillow/Pillow/blob/b9b5d39f2b32cec75b9cf96b882acb7a77a4ed4b/PIL/Image.py#L1523 >`_:
105105
106106.. literalinclude :: examples/pil_pixels.py
107- :lines: 9 -
107+ :lines: 8 -
108108
109109.. versionadded :: 3.0.0
110110
@@ -116,7 +116,7 @@ You can easily view a HD movie with VLC and see it too in the OpenCV window.
116116And with __no__ lag please.
117117
118118.. literalinclude :: examples/opencv_numpy.py
119- :lines: 9 -
119+ :lines: 8 -
120120
121121.. versionadded :: 3.0.0
122122
0 commit comments