MediaWiki
REL1_19
|
Handler for Microsoft's bitmap format; getimagesize() doesn't support these files. More...
Public Member Functions | |
getImageSize ($image, $filename) | |
Get width and height from the bmp header. | |
getThumbType ($text, $mime, $params=null) | |
Render files as PNG. | |
mustRender ($file) |
Handler for Microsoft's bitmap format; getimagesize() doesn't support these files.
BmpHandler::getImageSize | ( | $ | image, |
$ | filename | ||
) |
Get width and height from the bmp header.
$image | |
$filename |
Reimplemented from ImageHandler.
Definition at line 44 of file BMP.php.
References $f, and wfUnpack().
BmpHandler::getThumbType | ( | $ | text, |
$ | mime, | ||
$ | params = null |
||
) |
BmpHandler::mustRender | ( | $ | file | ) |