You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,13 @@ When set to True, a double resolution version of the captcha image is made serve
193
193
Defaults to: True
194
194
195
195
196
+
CAPTCHA_ANIMATED
197
+
----------------
198
+
199
+
Renders an animated CAPTCHA, each frame containing an individual character from the challenge. By default returns an AVIF animation if the installed Pillow version supports it, otherwise falls back to animated GIFs.
0 commit comments