MediaWiki
REL1_19
|
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 17 of file Bitmap_ClientOnly.php.
BitmapHandler_ClientOnly::doTransform | ( | $ | image, |
$ | dstPath, | ||
$ | dstUrl, | ||
$ | params, | ||
$ | flags = 0 |
||
) |
$image | File | |
$dstPath | ||
$dstUrl | ||
$params | ||
int | $flags |
Reimplemented from BitmapHandler.
Definition at line 36 of file Bitmap_ClientOnly.php.
References normaliseParams().
BitmapHandler_ClientOnly::normaliseParams | ( | $ | image, |
&$ | params | ||
) |
$image | File |
$params |
Reimplemented from BitmapHandler.
Definition at line 24 of file Bitmap_ClientOnly.php.
Referenced by doTransform().