ASCII85 stream filter

package Zend_Pdf
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Convert stream data according to the filter params set after decoding.

_applyDecodeParams(string $data, array $params) : string
Static

Parameters

$data

string

$params

array

Returns

string

Convert stream data according to the filter params set before encoding.

_applyEncodeParams(string $data, array $params) : string
Static

Parameters

$data

string

$params

array

Exceptions

\Zend_Pdf_Exception

Returns

string

Get BitsPerComponent decode param value

_getBitsPerComponentValue(array $params) : integer
Static

Parameters

$params

array

Exceptions

\Zend_Pdf_Exception

Returns

integer

Get Colors decode param value

_getColorsValue(array $params) : integer
Static

Parameters

$params

array

Exceptions

\Zend_Pdf_Exception

Returns

integer

Get Columns decode param value

_getColumnsValue(array $params) : integer
Static

Parameters

$params

array

Returns

integer

Get Predictor decode param value

_getPredictorValue(array $params) : integer
Static

Parameters

$params

array

Exceptions

\Zend_Pdf_Exception

Returns

integer

Paeth prediction function

_paeth(integer $a, integer $b, integer $c) : integer
Static

Parameters

$a

integer

$b

integer

$c

integer

Returns

integer