Class Image (1.4.1)

Image(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Rendered image contents for this page.

Attributes

NameDescription
content bytes
Raw byte content of the image.
mime_type str
Encoding mime type for the image.
width int
Width of the image in pixels.
height int
Height of the image in pixels.

Inheritance

builtins.object > proto.message.Message > Image