|
MediaWiki master
|
Base class for handlers which require transforming images in a similar way as BitmapHandler does. More...
Go to the source code of this file.
Classes | |
| class | MediaWiki\Media\TransformationalImageHandler |
| Handler for images that need to be transformed. More... | |
Namespaces | |
| namespace | MediaWiki\Media |
Base class for handlers which require transforming images in a similar way as BitmapHandler does.
This was split from BitmapHandler on the basis that some extensions might want to work in a similar way to BitmapHandler, but for different formats.
Definition in file TransformationalImageHandler.php.