This commit is contained in:
gamblor21 2023-02-17 15:48:26 -06:00
parent 20eb7d11bd
commit b2a205e615
1 changed files with 1 additions and 2 deletions

View File

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