1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Images
======
Opening and Creating Images
---------------------------
.. autofunction:: imlib2.open
.. autofunction:: imlib2.open_without_cache
.. autofunction:: imlib2.open_from_memory
.. autofunction:: imlib2.new
Image Cache
-----------
.. autofunction:: imlib2.set_cache_size
.. autofunction:: imlib2.get_cache_size
Image Objects
-------------
.. kaaclass:: imlib2.Image
:synopsis:
.. automethods::
.. autoproperties::
.. autosignals::
Utility Functions
-----------------
.. autofunction:: imlib2.get_max_rectangle_size
.. autofunction:: imlib2.normalize_color
|