PsImage
PsImage
Overview
PsImage 是Python的Aspose.Page FOSS中的一个类.
图像容器用于嵌入PS/EPS.
特性: bits_per_component, color_space, data, decode, filter, height,另外一个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | int | 阅读/写作 | 得到或设置宽度. |
height | int | 阅读/写作 | 得到或设置高度. |
bits_per_component | int | 阅读/写作 | 得到或设置每个组件的位. |
color_space | str | 阅读/写作 | 得到或设置颜色空间. |
data | bytes | 阅读/写作 | 获取或设置数据. |
filter | `str | None` | 阅读/写作 |
decode | `tuple[float, float] | None` | 阅读/写作 |