|
MediaWiki
REL1_23
|
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 | ||
| string | $filename |
Reimplemented from ImageHandler.
Definition at line 58 of file BMP.php.
References $e, $f, array(), and wfUnpack().
| BmpHandler::getThumbType | ( | $ | text, |
| $ | mime, | ||
| $ | params = null |
||
| ) |
Render files as PNG.
| string | $text | |
| string | $mime | |
| array | $params |
Reimplemented from MediaHandler.
Definition at line 47 of file BMP.php.
References array().
| BmpHandler::mustRender | ( | $ | file | ) |