Decoder

Overview

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

JPEG 2000 (JPX) Stream Decoder.

This class provides 1 method for working with Decoder objects in Python programs. Available methods include: decode. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.

Methods

SignatureDescription
decode(data: bytes, parms: dict[str, Any] | None, limits: PdfLoadLimits | None)bytesDecode JPEG 2000 data using Pillow.

See Also