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.


Top ↑

Return Return

(Decoded) data string.


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_filters.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.