DecodedJpeg

Overview

DecodedJpeg is a class in Aspose.PDF FOSS for Python.

A decoded JPEG image.

Properties: components, height, mode, samples, width.

Properties

NameTypeAccessDescription
modestrReadGets the mode.
widthintRead/WriteGets or sets the width.
heightintRead/WriteGets or sets the height.
componentsintRead/WriteGets or sets the components.
samplesbytesRead/WriteGets or sets the samples.

See Also