mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-14 18:13:13 +03:00
New Image methods
This commit is contained in:
parent
14ae66f63d
commit
2030bf76f6
|
@ -88,10 +88,13 @@ Registering plugins
|
||||||
ignore them.
|
ignore them.
|
||||||
|
|
||||||
.. autofunction:: register_open
|
.. autofunction:: register_open
|
||||||
|
.. autofunction:: register_decoder
|
||||||
.. autofunction:: register_mime
|
.. autofunction:: register_mime
|
||||||
.. autofunction:: register_save
|
.. autofunction:: register_save
|
||||||
|
.. autofunction:: register_encoder
|
||||||
.. autofunction:: register_extension
|
.. autofunction:: register_extension
|
||||||
|
|
||||||
|
|
||||||
The Image Class
|
The Image Class
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
@ -135,6 +138,7 @@ ITU-R 709, using the D65 luminant) to the CIE XYZ color space:
|
||||||
.. automethod:: PIL.Image.Image.putpixel
|
.. automethod:: PIL.Image.Image.putpixel
|
||||||
.. automethod:: PIL.Image.Image.quantize
|
.. automethod:: PIL.Image.Image.quantize
|
||||||
.. automethod:: PIL.Image.Image.resize
|
.. automethod:: PIL.Image.Image.resize
|
||||||
|
.. automethod:: PIL.Image.Image.remap_palette
|
||||||
.. automethod:: PIL.Image.Image.rotate
|
.. automethod:: PIL.Image.Image.rotate
|
||||||
.. automethod:: PIL.Image.Image.save
|
.. automethod:: PIL.Image.Image.save
|
||||||
.. automethod:: PIL.Image.Image.seek
|
.. automethod:: PIL.Image.Image.seek
|
||||||
|
|
Loading…
Reference in New Issue
Block a user