PsImage
Overview
PsImage is a class in Aspose.Page FOSS for Python.
Raster image container for embedding in PS/EPS.
Properties: bits_per_component, color_space, data, decode, filter, height, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | int | Read | Gets the width. |
height | int | Read | Gets the height. |
bits_per_component | int | Read | Gets the bits per component. |
color_space | str | Read | Gets the color space. |
data | bytes | Read | Gets the data. |
filter | str | None | Read | Gets the filter. |
decode | tuple[float, float] | None | Read | Gets the decode. |