mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-05 14:10:52 +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
|
a buffer of data to be interpreted, or the ``encode`` method is repeatedly
|
||||||
called with the size of data to be output.
|
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.
|
3. Cleanup: The instance's ``cleanup`` method is called.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user