AuthoredImage
Overview
AuthoredImage is a class in Aspose.PDF FOSS for Python.
Prepared image data and PDF image XObject metadata.
Properties: bits_per_component, color_space, components, decoded_data, filter_name, height, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
meta | dict | Read | Gets the meta. |
stream_data | bytes | Read | Gets the stream data. |
decoded_data | bytes | Read | Gets the decoded data. |
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. |
components | int | Read | Gets the components. |
filter_name | str | None | Read | Gets the filter name. |