| [ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Handler for PNG 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: | 180 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PNGHandler:: (9 methods):
getMetadata()
formatMetadata()
getCommonMetaArray()
isAnimatedImage()
canAnimateThumbnail()
getMetadataType()
isMetadataValid()
getLongDesc()
supportsBucketing()
Class: PNGHandler - X-Ref
Handler for PNG images.| getMetadata( $image, $filename ) X-Ref |
param: File $image param: string $filename return: string |
| formatMetadata( $image ) X-Ref |
param: File $image return: array|bool |
| getCommonMetaArray( File $image ) X-Ref |
| Get a file type independent array of metadata. param: File $image return: array The metadata array |
| isAnimatedImage( $image ) X-Ref |
param: File $image return: bool |
| canAnimateThumbnail( $image ) X-Ref |
| We do not support making APNG thumbnails, so always false param: File $image return: bool False |
| getMetadataType( $image ) X-Ref |
| No description |
| isMetadataValid( $image, $metadata ) X-Ref |
| No description |
| getLongDesc( $image ) X-Ref |
param: File $image return: string |
| supportsBucketing() X-Ref |
| No description |
| Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |