TCPDF_FILTERS::decodeFilterJBIG2Decode( $data )
JBIG2Decode (NOT IMPLEMETED – RETURN AN EXCEPTION) Decompresses data encoded using the JBIG2 standard, reproducing the original monochrome (1 bit per pixel) image data (or an approximation of that data).
Description Description
Parameters Parameters
- $data
-
(Required) (string) Data to decode.
Return Return
(Decoded) data string.
Source Source
File: includes/lib/tcpdf/include/tcpdf_filters.php
Changelog Changelog
Version | Description |
---|---|
1.0.000 | Introduced. |