ImageInfo

Overview

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

Decoded raster image data.

Properties: bits_per_component, color_space, height, pixels, width.

Properties

NameTypeAccessDescription
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.
pixelsbytesRead/WriteGets or sets the pixels.

See Also

 English