summaryrefslogtreecommitdiff
path: root/includes/media/Bitmap_ClientOnly.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/media/Bitmap_ClientOnly.php')
-rw-r--r--includes/media/Bitmap_ClientOnly.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/includes/media/Bitmap_ClientOnly.php b/includes/media/Bitmap_ClientOnly.php
index 9801f9be..9f6f7b33 100644
--- a/includes/media/Bitmap_ClientOnly.php
+++ b/includes/media/Bitmap_ClientOnly.php
@@ -1,5 +1,19 @@
<?php
+/**
+ * Handler for bitmap images that will be resized by clients
+ *
+ * @file
+ * @ingroup Media
+ */
+/**
+ * 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.
+ *
+ * @ingroup Media
+ */
class BitmapHandler_ClientOnly extends BitmapHandler {
function normaliseParams( $image, &$params ) {
return ImageHandler::normaliseParams( $image, $params );