PsImageResource

PsImageResource

Overview

PsImageResource is a class in Aspose.Page FOSS for Python.

Represents a decoded image resource.

Properties: bits_per_component, color_space, data, decode, filter, filter_params, and 6 more.

Properties

NameTypeAccessDescription
image_idstrRead/WriteGets or sets the image id.
databytesRead/WriteGets or sets the data.
widthintRead/WriteGets or sets the width.
heightintRead/WriteGets or sets the height.
bits_per_componentintRead/WriteGets or sets the bits per component.
color_spacestrRead/WriteGets or sets the color space.
interpolateboolRead/WriteGets or sets the interpolate.
maskboolRead/WriteGets or sets the mask.
filterstr | NoneRead/WriteGets or sets the filter.
filter_paramsdict | NoneRead/WriteGets or sets the filter params.
decodetuple[float, ...] | NoneRead/WriteGets or sets the decode.
mask_polarityboolRead/WriteGets or sets the mask polarity.

See Also

 English