MediaWiki
REL1_24
|
Handler for bitmap images that will be resized by clients. More...
Public Member Functions | |
doTransform ($image, $dstPath, $dstUrl, $params, $flags=0) | |
normaliseParams ($image, &$params) |
Handler for bitmap images that will be resized by clients.
This is not used by default but can be assigned to some image types using $wgMediaHandlers.
Definition at line 33 of file Bitmap_ClientOnly.php.
BitmapHandler_ClientOnly::doTransform | ( | $ | image, |
$ | dstPath, | ||
$ | dstUrl, | ||
$ | params, | ||
$ | flags = 0 |
||
) |
File | $image | |
string | $dstPath | |
string | $dstUrl | |
array | $params | |
int | $flags |
Reimplemented from TransformationalImageHandler.
Definition at line 53 of file Bitmap_ClientOnly.php.
References $params, and normaliseParams().
BitmapHandler_ClientOnly::normaliseParams | ( | $ | image, |
&$ | params | ||
) |
File | $image | |
array | $params |
Reimplemented from TransformationalImageHandler.
Definition at line 41 of file Bitmap_ClientOnly.php.
References $params.
Referenced by doTransform().