DecodedImage

Overview

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

A decoded JPEG 2000 image as interleaved 8-bit samples.

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.