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/Write | Gets or sets the width. |
height | int | Read/Write | Gets or sets the height. |
bits_per_component | int | Read/Write | Gets or sets the bits per component. |
color_space | str | Read/Write | Gets or sets the color space. |
pixels | bytes | Read/Write | Gets or sets the pixels. |