RenderImageResource
Overview
RenderImageResource is a class in Aspose.Page FOSS for Python.
Image payload used by raster backends.
Properties: bits_per_component, color_space, data, decode, filter, filter_params, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
data | bytes | Read | Gets the data. |
width | int | Read | Gets the width. |
height | int | Read | Gets the height. |
color_space | str | Read | Gets the color space. |
bits_per_component | int | Read | Gets the bits per component. |
filter | str | None | Read | Gets the filter. |
filter_params | dict | None | Read | Gets the filter params. |
decode | tuple[float, ...] | None | Read | Gets the decode. |
mask | bool | Read | Gets the mask. |
mask_polarity | bool | Read | Gets the mask polarity. |