PsImage
PsImage
General
PsImage és una classe en FOSS per Python.
Contenidor d’imatge raster per a la incorporació en PS/EPS.
Propietats: bits_per_component, color_space, data, decode, filter, height, i una més.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
width | int | Llegir/Escriure | Obté o fixa la largura. |
height | int | Llegir/Escriure | Obté o fixa l’altura. |
bits_per_component | int | Llegir/Escriure | Obté o fixa els bits per component. |
color_space | str | Llegir/Escriure | Obté o fixa l’espai de color. |
data | bytes | Llegir/Escriure | Obté o fixa les dades. |
filter | `str | None` | Llegir/Escriure |
decode | `tuple[float, float] | None` | Llegir/Escriure |