This commit is contained in:
gamblor21 2023-02-17 15:48:26 -06:00
parent 20eb7d11bd
commit b2a205e615

View File

@ -34,8 +34,7 @@
#include "shared-bindings/gifio/OnDiskGif.h" #include "shared-bindings/gifio/OnDiskGif.h"
//| class OnDiskGif: //| class OnDiskGif:
//| """Loads frames of the GIF straight from disk. This minimizes memory use but can //| """Loads one frame of a GIF into memory at a time.
//| lead to much slower pixel load times
//| //|
//| .. code-block:: Python //| .. code-block:: Python
//| //|