TCPDF_FILTERS::decodeFilterDCTDecode( $data )
DCTDecode (NOT IMPLEMETED – RETURN AN EXCEPTION) Decompresses data encoded using a DCT (discrete cosine transform) technique based on the JPEG standard, reproducing image sample data that approximates the original 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. |