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
widthintReadGets the width.
heightintReadGets the height.
bits_per_componentintReadGets the bits per component.
color_spacestrReadGets the color space.
pixelsbytesReadGets the pixels.

See Also