MediaWiki master
Media
Collaboration diagram for Media:

Topics

 Mime
 
 

Files

file  BitmapHandler.php
 Generic handler for bitmap images.
 
file  BitmapHandler_ClientOnly.php
 Handler for bitmap images that will be resized by clients.
 
file  BitmapMetadataHandler.php
 Extraction of metadata from different bitmap image types.
 
file  BmpHandler.php
 Handler for Microsoft's bitmap format.
 
file  DjVuHandler.php
 Handler for DjVu images.
 
file  DjVuImage.php
 DjVu image handler.
 
file  Exif.php
 Extraction and validation of image metadata.
 
file  ExifBitmapHandler.php
 Handler for bitmap images with exif metadata.
 
file  FileDeleteForm.php
 File deletion utilities.
 
 
file  GIFHandler.php
 Handler for GIF images.
 
file  GIFMetadataExtractor.php
 GIF frame counter.
 
file  ImageHandler.php
 Media-handling base classes and generic functionality.
 
file  IPTC.php
 Class for some IPTC functions.
 
file  Jpeg2000Handler.php
 Handler for JPEG2000 images.
 
file  JpegHandler.php
 Handler for JPEG images.
 
file  JpegMetadataExtractor.php
 Extraction of JPEG image metadata.
 
file  MediaHandlerFactory.php
 Media-handling base classes and generic functionality.
 
file  MediaTransformError.php
 Base class for the output of file transformation methods.
 
file  MediaTransformOutput.php
 Base class for the output of file transformation methods.
 
file  PNGHandler.php
 Handler for PNG images.
 
file  PNGMetadataExtractor.php
 PNG frame counter and metadata extractor.
 
file  RevertAction.php
 File reversion user interface.
 
file  SvgHandler.php
 Handler for SVG images.
 
file  SVGReader.php
 Extraction of SVG image metadata.
 
file  thumb.php
 The web entry point for retrieving media thumbnails.
 
file  thumb_handler.php
 The web entry point to be used as 404 handler behind a web server rewrite rule for media thumbnails, internally handled via thumb.php.
 
file  Thumbnail404EntryPoint.php
 Entry point implementation for automatically generating missing media thumbnails on the fly.
 
file  ThumbnailEntryPoint.php
 Entry point implementation for retrieving media thumbnails, created by a MediaHandler subclass or proxy request if FileRepo::getThumbProxyUrl is configured.
 
file  ThumbnailImage.php
 Base class for the output of file transformation methods.
 
file  TiffHandler.php
 Handler for Tiff images.
 
file  TransformationalImageHandler.php
 Base class for handlers which require transforming images in a similar way as BitmapHandler does.
 
file  TransformParameterError.php
 Base class for the output of file transformation methods.
 
file  TransformTooBigImageAreaError.php
 Base class for the output of file transformation methods.
 
file  WebPHandler.php
 Handler for Google's WebP format https://developers.google.com/speed/webp/
 
file  XCFHandler.php
 Handler for the Gimp's native file format (XCF)
 

Classes

class  MediaWiki\Media\BitmapHandler
 Generic handler for bitmap images. More...
 
class  MediaWiki\Media\BitmapHandler_ClientOnly
 Handler for bitmap images that will be resized by clients. More...
 
class  MediaWiki\Media\BitmapMetadataHandler
 Class to deal with reconciling and extracting metadata from bitmap images. More...
 
class  MediaWiki\Media\BmpHandler
 Handler for Microsoft's bitmap format; getimagesize() doesn't support these files. More...
 
class  MediaWiki\Media\DjVuHandler
 Handler for DjVu images. More...
 
class  MediaWiki\Media\DjVuImage
 Support for detecting/validating DjVu image files and getting some basic file metadata (resolution etc) More...
 
class  MediaWiki\Media\Exif
 Class to extract and validate Exif data from jpeg (and possibly tiff) files. More...
 
class  MediaWiki\Media\ExifBitmapHandler
 Stuff specific to JPEG and (built-in) TIFF handler. More...
 
class  MediaWiki\Page\File\FileDeleteForm
 File deletion user interface. More...
 
class  MediaWiki\Media\FormatMetadata
 Format Image metadata values into a human readable form. More...
 
class  MediaWiki\Media\GIFHandler
 Handler for GIF images. More...
 
class  MediaWiki\Media\GIFMetadataExtractor
 GIF frame counter. More...
 
class  MediaWiki\Gallery\ImageGalleryBase
 Image gallery. More...
 
class  MediaWiki\Media\ImageHandler
 Media handler abstract base class for images. More...
 
class  MediaWiki\Page\ImageHistoryList
 Builds the image revision log shown on image pages. More...
 
class  MediaWiki\Page\ImagePage
 Rendering of file description pages. More...
 
class  MediaWiki\Media\IPTC
 Class for some IPTC functions. More...
 
class  MediaWiki\Media\Jpeg2000Handler
 Handler for JPEG2000 images. More...
 
class  MediaWiki\Media\JpegHandler
 JPEG specific handler. More...
 
class  MediaWiki\Media\JpegMetadataExtractor
 Class for reading jpegs and extracting metadata. More...
 
class  MediaWiki\Media\MediaHandler
 Base media handler class. More...
 
class  MediaWiki\Media\MediaTransformError
 Basic media transform error class. More...
 
class  MediaWiki\Media\MediaTransformOutput
 Base class for the output of MediaHandler::doTransform() and File::transform(). More...
 
class  MediaWiki\Media\PNGHandler
 Handler for PNG images. More...
 
class  MediaWiki\Media\PNGMetadataExtractor
 PNG frame counter. More...
 
class  RiffExtractor
 Extractor for the Resource Interchange File Format. More...
 
class  MediaWiki\Media\SvgHandler
 Handler for SVG images. More...
 
class  MediaWiki\Media\SVGReader
 
class  MediaWiki\Media\ThumbnailImage
 Media transform output for images. More...
 
class  MediaWiki\Media\TiffHandler
 Handler for Tiff images. More...
 
class  MediaWiki\Media\TransformationalImageHandler
 Handler for images that need to be transformed. More...
 
class  MediaWiki\Media\TransformParameterError
 Shortcut class for parameter validation errors. More...
 
class  MediaWiki\Media\TransformTooBigImageAreaError
 Shortcut class for parameter file size errors. More...
 
class  MediaWiki\Media\WebPHandler
 Handler for Google's WebP format https://developers.google.com/speed/webp/ More...
 
class  MediaWiki\Page\WikiFilePage
 Special handling for representing file pages. More...
 
class  MediaWiki\Media\XCFHandler
 Handler for the Gimp's native file format; getimagesize() doesn't support these files. More...
 

Detailed Description

Media handlers and other classes relating to Multimedia support, with the exception of FileRepo and FileBackend, which have their own groups.