mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Refer to set_as_raw() in Python decoder documentation
This commit is contained in:
parent
37d28ce514
commit
3cb355c1af
|
@ -432,4 +432,7 @@ Python-based file codec:
|
|||
a buffer of data to be interpreted, or the ``encode`` method is repeatedly
|
||||
called with the size of data to be output.
|
||||
|
||||
In ``decode``, once the data has been interpreted, ``set_as_raw`` can be
|
||||
used to populate the image.
|
||||
|
||||
3. Cleanup: The instance's ``cleanup`` method is called.
|
||||
|
|
Loading…
Reference in New Issue
Block a user