MediaWiki master
MediaWiki\Media Namespace Reference

Namespaces

namespace  Hook
 

Classes

class  BitmapHandler
 Generic handler for bitmap images. More...
 
class  BitmapHandler_ClientOnly
 Handler for bitmap images that will be resized by clients. More...
 
class  BitmapMetadataHandler
 Class to deal with reconciling and extracting metadata from bitmap images. More...
 
class  BmpHandler
 Handler for Microsoft's bitmap format; getimagesize() doesn't support these files. More...
 
class  DjVuHandler
 Handler for DjVu images. More...
 
class  DjVuImage
 Support for detecting/validating DjVu image files and getting some basic file metadata (resolution etc) More...
 
class  Exif
 Class to extract and validate Exif data from jpeg (and possibly tiff) files. More...
 
class  ExifBitmapHandler
 Stuff specific to JPEG and (built-in) TIFF handler. More...
 
class  FormatMetadata
 Format Image metadata values into a human readable form. More...
 
class  GIFHandler
 Handler for GIF images. More...
 
class  GIFMetadataExtractor
 GIF frame counter. More...
 
class  ImageHandler
 Media handler abstract base class for images. More...
 
class  InvalidJpegException
 
class  InvalidPSIRException
 
class  InvalidSVGException
 
class  InvalidTiffException
 
class  IPTC
 Class for some IPTC functions. More...
 
class  Jpeg2000Handler
 Handler for JPEG2000 images. More...
 
class  JpegHandler
 JPEG specific handler. More...
 
class  JpegMetadataExtractor
 Class for reading jpegs and extracting metadata. More...
 
class  MediaHandler
 Base media handler class. More...
 
class  MediaHandlerFactory
 Class to construct MediaHandler objects. More...
 
interface  MediaHandlerState
 An interface to support process-local caching of handler data associated with a given file. More...
 
class  MediaTransformError
 Basic media transform error class. More...
 
class  MediaTransformInvalidParametersException
 MediaWiki exception thrown by some methods when the transform parameter array is invalid. More...
 
class  MediaTransformOutput
 Base class for the output of MediaHandler::doTransform() and File::transform(). More...
 
class  PNGHandler
 Handler for PNG images. More...
 
class  PNGMetadataExtractor
 PNG frame counter. More...
 
class  SvgHandler
 Handler for SVG images. More...
 
class  SVGReader
 
class  ThumbnailImage
 Media transform output for images. More...
 
class  TiffHandler
 Handler for Tiff images. More...
 
class  TransformationalImageHandler
 Handler for images that need to be transformed. More...
 
class  TransformParameterError
 Shortcut class for parameter validation errors. More...
 
class  TransformTooBigImageAreaError
 Shortcut class for parameter file size errors. More...
 
class  TrivialMediaHandlerState
 Trivial implementation of MediaHandlerState. More...
 
class  WebPHandler
 Handler for Google's WebP format https://developers.google.com/speed/webp/ More...
 
class  XCFHandler
 Handler for the Gimp's native file format; getimagesize() doesn't support these files. More...