mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-24 20:14:13 +03:00
Clarify that draft is only implemented for JPEG and PCD
This commit is contained in:
parent
296fb5fe1d
commit
f0cebebf32
|
@ -1051,6 +1051,9 @@ class Image(object):
|
||||||
in place. If the image has already been loaded, this method has no
|
in place. If the image has already been loaded, this method has no
|
||||||
effect.
|
effect.
|
||||||
|
|
||||||
|
Warning: This method is not implemented for most images. It is
|
||||||
|
currently implemented only for JPEG and PCD images.
|
||||||
|
|
||||||
:param mode: The requested mode.
|
:param mode: The requested mode.
|
||||||
:param size: The requested size.
|
:param size: The requested size.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user