Dct

DCTDecode filter (PDF 32000-1:2008 §7.4.8). A DCT stream is a self-contained JFIF/JPEG byte sequence and is passed through unchanged; JPEG decompression is left to the image-rendering layer.

Table of contents

Namespace: Com\Tecnick\Pdf\Filter\Type

Implements: Template

File: Dct.php line 36

DCTDecode filter (PDF 32000-1:2008 §7.4.8). A DCT stream is a self-contained JFIF/JPEG byte sequence and is passed through unchanged; JPEG decompression is left to the image-rendering layer.

Tags

Methods

decode()

File: Dct.php line 46

public decode(string $data[, array<string, mixed> $params = [] ]) : string

Parameters

  • $data : string: Data to decode.
  • $params : array<string, mixed> = []: Optional DecodeParms dictionary.

Return values

string —

Decoded data.