Image

Inheritance diagram of rumba.Image
class Image

An Image.

Constructors

__init__

Image() -> None

Methods

channels()

Returns the image channels count.

height()

Returns the image height.

pixels()

Returns the image pixels.

width()

Returns the image width.