[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/media/ -> Jpeg.php (summary)

Handler for JPEG images. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

File Size: 176 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JpegHandler:: (10 methods):
  normaliseParams()
  validateParam()
  validateQuality()
  makeParamString()
  parseParamString()
  getScriptParams()
  getMetadata()
  rotate()
  supportsBucketing()
  sanitizeParamsForBucketing()


Class: JpegHandler  - X-Ref

JPEG specific handler.
Inherits most stuff from BitmapHandler, just here to do the metadata handler differently.

Metadata stuff common to Jpeg and built-in Tiff (not PagedTiffHandler) is
in ExifBitmapHandler.

normaliseParams( $image, &$params )   X-Ref
No description

validateParam( $name, $value )   X-Ref
No description

validateQuality( $value )   X-Ref
No description

makeParamString( $params )   X-Ref
No description

parseParamString( $str )   X-Ref
No description

getScriptParams( $params )   X-Ref
No description

getMetadata( $image, $filename )   X-Ref
No description

rotate( $file, $params )   X-Ref

param: File $file
param: array $params Rotate parameters.
return: bool

supportsBucketing()   X-Ref
No description

sanitizeParamsForBucketing( $params )   X-Ref
No description



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1