| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
getID3() by James Heinrich info@getid3.org // More...
 Collaboration diagram for getid3_bmp:
 Collaboration diagram for getid3_bmp:| Public Member Functions | |
| getid3_bmp (&$fd, &$ThisFileInfo, $ExtractPalette=false, $ExtractData=false) | |
| PlotBMP (&$BMPinfo) | |
| BMPcompressionWindowsLookup ($compressionid) | |
| BMPcompressionOS2Lookup ($compressionid) | |
getID3() by James Heinrich info@getid3.org //
Definition at line 17 of file module.graphic.bmp.php.
| getid3_bmp::BMPcompressionOS2Lookup | ( | $compressionid | ) | 
Definition at line 669 of file module.graphic.bmp.php.
Referenced by getid3_bmp().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_bmp::BMPcompressionWindowsLookup | ( | $compressionid | ) | 
Definition at line 657 of file module.graphic.bmp.php.
Referenced by getid3_bmp().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_bmp::getid3_bmp | ( | & | $fd, | 
| & | $ThisFileInfo, | ||
| $ExtractPalette = false, | |||
| $ExtractData = false | |||
| ) | 
Definition at line 20 of file module.graphic.bmp.php.
References $row, BMPcompressionOS2Lookup(), BMPcompressionWindowsLookup(), getid3_lib\FixedPoint2_30(), and getid3_lib\LittleEndian2Int().
 Here is the call graph for this function:
 Here is the call graph for this function:| getid3_bmp::PlotBMP | ( | & | $BMPinfo | ) | 
Definition at line 621 of file module.graphic.bmp.php.