You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/handbook/overview.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ processing tool.
13
13
14
14
Let’s look at a few possible uses of this library.
15
15
16
-
Image Archives
16
+
Image archives
17
17
--------------
18
18
19
19
The Python Imaging Library is ideal for image archival and batch processing
@@ -24,7 +24,7 @@ The current version identifies and reads a large number of formats. Write
24
24
support is intentionally restricted to the most commonly used interchange and
25
25
presentation formats.
26
26
27
-
Image Display
27
+
Image display
28
28
-------------
29
29
30
30
The current release includes Tk :py:class:`~PIL.ImageTk.PhotoImage` and
@@ -36,7 +36,7 @@ support.
36
36
For debugging, there’s also a :py:meth:`~PIL.Image.Image.show` method which saves an image to
37
37
disk, and calls an external display utility.
38
38
39
-
Image Processing
39
+
Image processing
40
40
----------------
41
41
42
42
The library contains basic image processing functionality, including point operations, filtering with a set of built-in convolution kernels, and colour space conversions.
0 commit comments