mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Fix typo
Co-Authored-By: hugovk <hugovk@users.noreply.github.com>
This commit is contained in:
parent
8c38e4c6d5
commit
a53c39eb46
|
@ -38,7 +38,7 @@ For example, to get or set the farthest pixel in the lower right of an image::
|
|||
New custom TIFF tags
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
TIFF images can now be saved with custom integer, float and sting TIFF tags::
|
||||
TIFF images can now be saved with custom integer, float and string TIFF tags::
|
||||
|
||||
im = Image.new("RGB", (200, 100))
|
||||
custom = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user