DecodedJpeg
Overview
DecodedJpeg is a class in Aspose.PDF FOSS for Python.
A decoded JPEG image.
Properties: components, height, mode, samples, width.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
mode | str | Read | Gets the mode. |
width | int | Read/Write | Gets or sets the width. |
height | int | Read/Write | Gets or sets the height. |
components | int | Read/Write | Gets or sets the components. |
samples | bytes | Read/Write | Gets or sets the samples. |