Skip to content

Commit

Permalink
Added versionadded
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 28, 2022
1 parent c5efe60 commit d5695c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PIL/GifImagePlugin.py
Expand Up @@ -37,11 +37,14 @@


class ModeStrategy(IntEnum):
""".. versionadded:: 9.1.0"""

AFTER_FIRST = 0
ALWAYS = 1
DIFFERENT_PALETTE_ONLY = 2


#: versionadded:: 9.1.0
PALETTE_TO_RGB = ModeStrategy.AFTER_FIRST

# --------------------------------------------------------------------
Expand Down

0 comments on commit d5695c9

Please sign in to comment.