MediaWiki REL1_35
BitmapHandlerTransformHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use File;
8
26 public function onBitmapHandlerTransform( $handler, $image, &$scalerParams,
27 &$mto
28 );
29}
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition File.php:63
Base class for the output of MediaHandler::doTransform() and File::transform().
Handler for images that need to be transformed.
onBitmapHandlerTransform( $handler, $image, &$scalerParams, &$mto)
This hook is called before a file is transformed, giving extensions the possibility to transform it t...