|
XOOPS 2.5.6
Final
|
Public Member Functions | |
| BigEndian2Bin ($byteword) | |
| BigEndian2Int ($byteword) | |
| Bin2Dec ($binstring, $signed=false) | |
| BMPcompressionOS2Lookup ($compressionid) | |
| BMPcompressionWindowsLookup ($compressionid) | |
| CastAsInt ($floatnum) | |
| FixedPoint2_30 ($rawdata) | |
| GD2BMPstring (&$gd_image) | |
| getid3_bmp (&$BMPdata, &$ThisFileInfo, $ExtractPalette=false, $ExtractData=false) | |
| IntColor2RGB ($color) | |
| LittleEndian2Int ($byteword) | |
| phpthumb_bmp () | |
| phpthumb_bmp2gd (&$BMPdata, $truecolor=true) | |
| phpthumb_bmpfile2gd ($filename, $truecolor=true) | |
| PlotBMP (&$BMPinfo) | |
| PlotPixelsGD (&$BMPdata, $truecolor=true) | |
| trunc ($floatnumber) | |
getID3() by James Heinrich info@getid3.org //
Definition at line 21 of file phpthumb.bmp.php.
| phpthumb_bmp::BigEndian2Bin | ( | $byteword | ) |
Definition at line 832 of file phpthumb.bmp.php.
References $i.
Referenced by FixedPoint2_30().
| phpthumb_bmp::BigEndian2Int | ( | $byteword | ) |
Definition at line 828 of file phpthumb.bmp.php.
References LittleEndian2Int().
| phpthumb_bmp::Bin2Dec | ( | $binstring, | |
$signed = false |
|||
| ) |
Definition at line 846 of file phpthumb.bmp.php.
References $i, and CastAsInt().
Referenced by FixedPoint2_30().
| phpthumb_bmp::BMPcompressionOS2Lookup | ( | $compressionid | ) |
Definition at line 788 of file phpthumb.bmp.php.
Referenced by getid3_bmp().
| phpthumb_bmp::BMPcompressionWindowsLookup | ( | $compressionid | ) |
Definition at line 776 of file phpthumb.bmp.php.
Referenced by getid3_bmp().
| phpthumb_bmp::CastAsInt | ( | $floatnum | ) |
Definition at line 861 of file phpthumb.bmp.php.
References trunc().
Referenced by Bin2Dec().
| phpthumb_bmp::FixedPoint2_30 | ( | $rawdata | ) |
Definition at line 841 of file phpthumb.bmp.php.
References BigEndian2Bin(), and Bin2Dec().
Referenced by getid3_bmp().
| phpthumb_bmp::GD2BMPstring | ( | & | $gd_image | ) |
Definition at line 45 of file phpthumb.bmp.php.
References phpthumb_functions\GetPixelColor(), and phpthumb_functions\LittleEndian2String().
| phpthumb_bmp::getid3_bmp | ( | & | $BMPdata, |
| & | $ThisFileInfo, | ||
$ExtractPalette = false, |
|||
$ExtractData = false |
|||
| ) |
Definition at line 86 of file phpthumb.bmp.php.
References $i, BMPcompressionOS2Lookup(), BMPcompressionWindowsLookup(), FixedPoint2_30(), and LittleEndian2Int().
Referenced by phpthumb_bmp2gd().
| phpthumb_bmp::IntColor2RGB | ( | $color | ) |
Definition at line 696 of file phpthumb.bmp.php.
Referenced by PlotPixelsGD().
| phpthumb_bmp::LittleEndian2Int | ( | $byteword | ) |
Definition at line 818 of file phpthumb.bmp.php.
References $i.
Referenced by BigEndian2Int(), and getid3_bmp().
| phpthumb_bmp::phpthumb_bmp | ( | ) |
Definition at line 23 of file phpthumb.bmp.php.
| phpthumb_bmp::phpthumb_bmp2gd | ( | & | $BMPdata, |
$truecolor = true |
|||
| ) |
Definition at line 27 of file phpthumb.bmp.php.
References getid3_bmp(), and PlotPixelsGD().
Referenced by phpthumb_bmpfile2gd().
| phpthumb_bmp::phpthumb_bmpfile2gd | ( | $filename, | |
$truecolor = true |
|||
| ) |
Definition at line 36 of file phpthumb.bmp.php.
References phpthumb_bmp2gd().
| phpthumb_bmp::PlotBMP | ( | & | $BMPinfo | ) |
Definition at line 753 of file phpthumb.bmp.php.
References $starttime, exit, phpthumb_functions\FunctionIsDisabled(), and PlotPixelsGD().
| phpthumb_bmp::PlotPixelsGD | ( | & | $BMPdata, |
$truecolor = true |
|||
| ) |
Definition at line 703 of file phpthumb.bmp.php.
References phpthumb_functions\FunctionIsDisabled(), and IntColor2RGB().
Referenced by phpthumb_bmp2gd(), and PlotBMP().
| phpthumb_bmp::trunc | ( | $floatnumber | ) |
Definition at line 802 of file phpthumb.bmp.php.
Referenced by CastAsInt().