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

NameTypeAccessDescription
widthintReadGets the width.
heightintReadGets the height.
bits_per_componentintReadGets the bits per component.
color_spacestrReadGets the color space.
databytesReadGets the data.
filterstr | NoneReadGets the filter.
decodetuple[float, float] | NoneReadGets the decode.

See Also