TCPDF_FILTERS::decodeFilterCCITTFaxDecode( $data )
CCITTFaxDecode (NOT IMPLEMETED – RETURN AN EXCEPTION) Decompresses data encoded using the CCITT facsimile standard, reproducing the original data (typically monochrome image data at 1 bit per pixel).
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. |