XOOPS 2.5.6
Final
|
Public Member Functions | |
CGIFLZW () | |
deCompress ($data, &$datLen) | |
GetCode (&$data, $bInit) | |
LZWCommand (&$data, $bInit) | |
Public Attributes | |
$Buf | |
$ClearCode | |
$CodeSize | |
$CurBit | |
$Done | |
$EndCode | |
$FirstCode | |
$Fresh | |
$LastBit | |
$LastByte | |
$MAX_LZW_BITS | |
$MaxCode | |
$MaxCodeSize | |
$Next | |
$OldCode | |
$SetCodeSize | |
$sp | |
$Stack | |
$Vals | |
Definition at line 164 of file phpthumb.gif.php.
CGIFLZW::CGIFLZW | ( | ) |
Definition at line 173 of file phpthumb.gif.php.
CGIFLZW::deCompress | ( | $data, | |
& | $datLen | ||
) |
Definition at line 189 of file phpthumb.gif.php.
References $ret, and LZWCommand().
CGIFLZW::GetCode | ( | & | $data, |
$bInit | |||
) |
Definition at line 328 of file phpthumb.gif.php.
References $CodeSize, $i, $j, and $LastBit.
Referenced by LZWCommand().
CGIFLZW::LZWCommand | ( | & | $data, |
$bInit | |||
) |
Definition at line 213 of file phpthumb.gif.php.
References $ClearCode, $FirstCode, $i, $MAX_LZW_BITS, $OldCode, $SetCodeSize, $sp, and GetCode().
Referenced by deCompress().
CGIFLZW::$Buf |
Definition at line 168 of file phpthumb.gif.php.
CGIFLZW::$ClearCode |
Definition at line 168 of file phpthumb.gif.php.
Referenced by LZWCommand().
CGIFLZW::$CodeSize |
Definition at line 167 of file phpthumb.gif.php.
Referenced by GetCode().
CGIFLZW::$CurBit |
Definition at line 168 of file phpthumb.gif.php.
CGIFLZW::$Done |
Definition at line 168 of file phpthumb.gif.php.
CGIFLZW::$EndCode |
Definition at line 168 of file phpthumb.gif.php.
CGIFLZW::$FirstCode |
Definition at line 167 of file phpthumb.gif.php.
Referenced by LZWCommand().
CGIFLZW::$Fresh |
Definition at line 167 of file phpthumb.gif.php.
CGIFLZW::$LastBit |
Definition at line 168 of file phpthumb.gif.php.
Referenced by GetCode().
CGIFLZW::$LastByte |
Definition at line 168 of file phpthumb.gif.php.
CGIFLZW::$MAX_LZW_BITS |
Definition at line 166 of file phpthumb.gif.php.
Referenced by LZWCommand().
CGIFLZW::$MaxCode |
Definition at line 167 of file phpthumb.gif.php.
CGIFLZW::$MaxCodeSize |
Definition at line 167 of file phpthumb.gif.php.
CGIFLZW::$Next |
Definition at line 168 of file phpthumb.gif.php.
CGIFLZW::$OldCode |
Definition at line 167 of file phpthumb.gif.php.
Referenced by LZWCommand().
CGIFLZW::$SetCodeSize |
Definition at line 167 of file phpthumb.gif.php.
Referenced by LZWCommand().
CGIFLZW::$sp |
Definition at line 168 of file phpthumb.gif.php.
Referenced by LZWCommand().
CGIFLZW::$Stack |
Definition at line 168 of file phpthumb.gif.php.
CGIFLZW::$Vals |
Definition at line 168 of file phpthumb.gif.php.