mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
Corrected remap_palette documentation [ci skip]
This commit is contained in:
parent
42a6e2de02
commit
81cfede546
|
@ -1688,7 +1688,7 @@ class Image(object):
|
||||||
Rewrites the image to reorder the palette.
|
Rewrites the image to reorder the palette.
|
||||||
|
|
||||||
:param dest_map: A list of indexes into the original palette.
|
:param dest_map: A list of indexes into the original palette.
|
||||||
e.g. [1,0] would swap a two item palette, and list(range(255))
|
e.g. [1,0] would swap a two item palette, and list(range(256))
|
||||||
is the identity transform.
|
is the identity transform.
|
||||||
:param source_palette: Bytes or None.
|
:param source_palette: Bytes or None.
|
||||||
:returns: An :py:class:`~PIL.Image.Image` object.
|
:returns: An :py:class:`~PIL.Image.Image` object.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user