bootstack.events.ImageLoadEvent#

class bootstack.events.ImageLoadEvent(width=0, height=0, frames=1)#

Bases: object

Fires when a Picture has decoded its source and displayed it.

frames: int#

The number of frames — greater than one for an animated source.

height: int#

The natural pixel height of the loaded image.

width: int#

The natural pixel width of the loaded image.