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
| Signature | Description |
|---|---|
decode(data: bytes, parms: dict[str, Any] | None, limits: PdfLoadLimits | None) → bytes | Decode JPEG 2000 data using Pillow. |