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