carbonkivy.uix.image

Submodules

Attributes

UIX

filename

Classes

CImage

Asynchronous Image class. See the module documentation for more

Package Contents

carbonkivy.uix.image.UIX[source]
class carbonkivy.uix.image.CImage(*args, **kwargs)[source]

Bases: kivy.uix.image.AsyncImage, carbonkivy.behaviors.DeclarativeBehavior

Asynchronous Image class. See the module documentation for more information.

Note

The AsyncImage is a specialized form of the Image class. You may want to refer to the loader documentation and in particular, the ProxyImage for more detail on how to handle events around asynchronous image loading.

Note

AsyncImage currently does not support properties anim_loop and mipmap and setting those properties will have no effect.

ratio
height_ratio
width_ratio
on_ratio(*args) None[source]
adjust_image_size(*args) None[source]
carbonkivy.uix.image.filename[source]