|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Static Protected Member Functions | |
| static | _applyEncodeParams ($data, $params) |
| static | _applyDecodeParams ($data, $params) |
Additional Inherited Members | |
Static Public Member Functions inherited from Zend_Pdf_Filter_Interface | |
| static | encode ($data, $params=null) |
| static | decode ($data, $params=null) |
Definition at line 33 of file Compression.php.
|
staticprotected |
Convert stream data according to the filter params set after decoding.
| string | $data | |
| array | $params |
None of prediction
TIFF Predictor 2
PNG prediction Prediction code is duplicated on each row. Thus all cases can be brought to one
None of prediction
Sub prediction
Up prediction
Average prediction
Paeth prediction
Optimal prediction
Definition at line 292 of file Compression.php.
|
staticprotected |
Convert stream data according to the filter params set before encoding.
| string | $data | |
| array | $params |
| Zend_Pdf_Exception |
None of prediction
TIFF Predictor 2
Optimal PNG prediction
Use Paeth prediction as optimal
PNG prediction
None of prediction
Sub prediction
Up prediction
Average prediction
Paeth prediction
Definition at line 157 of file Compression.php.