From f3ff2b4420e77026b29d76a27c0733c03c022174 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 21 Dec 2017 22:30:31 +0000 Subject: [PATCH] docs for per-frame disposal [ci skip] --- docs/handbook/image-file-formats.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 382942b46..3fb98e53e 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -140,6 +140,9 @@ are available:: * 2 - Restore to background color. * 3 - Restore to previous content. + Pass a single integer for a constant disposal, or a list or tuple + to set the disposal for each frame separately. + Reading local images ~~~~~~~~~~~~~~~~~~~~