mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Fix a tutorial section heading title case
This commit is contained in:
parent
92d391c847
commit
ff6951f2a4
|
@ -501,7 +501,7 @@ Reading from a tar archive
|
||||||
fp = TarIO.TarIO("Imaging.tar", "Imaging/test/lena.ppm")
|
fp = TarIO.TarIO("Imaging.tar", "Imaging/test/lena.ppm")
|
||||||
im = Image.open(fp)
|
im = Image.open(fp)
|
||||||
|
|
||||||
Controlling the Decoder
|
Controlling the decoder
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
Some decoders allow you to manipulate the image while reading it from a file.
|
Some decoders allow you to manipulate the image while reading it from a file.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user