52 public function doTransform( $image, $dstPath, $dstUrl, $params, $flags = 0 ) {
57 return new ThumbnailImage( $image, $image->getUrl(), $image->getLocalRefPath(), $params );
Handler for bitmap images that will be resized by clients.
doTransform( $image, $dstPath, $dstUrl, $params, $flags=0)
normaliseParams( $image, &$params)
Generic handler for bitmap images.
normaliseParams( $image, &$params)
Changes the parameter array as necessary, ready for transformation.Should be idempotent....
Media transform output for images.