Refer to set_as_raw() in Python decoder documentation

This commit is contained in:
Andrew Murray 2022-02-27 15:39:25 +11:00
parent 37d28ce514
commit 3cb355c1af

View File

@ -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.