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
| Name | Type | Access | Description |
|---|---|---|---|
width | int | Read | Gets the width. |
height | int | Read | Gets the height. |
bits_per_component | int | Read | Gets the bits per component. |
color_space | str | Read | Gets the color space. |
pixels | bytes | Read | Gets the pixels. |