53 return [
'png',
'image/png' ];
64 $header = self::getXCFMetaData( $filename );
69 # Forge a return array containing metadata information just like getimagesize()
70 # See PHP documentation at: http://www.php.net/getimagesize
72 0 => $header[
'width'],
73 1 => $header[
'height'],
74 2 => null, # IMAGETYPE constant, none exist
for XCF.
75 3 =>
"height=\"{$header['height']}\" width=\"{$header['width']}\"",
76 'mime' =>
'image/x-xcf',
78 'bits' => 8, # Always 8-bits per
color
93 # Decode master structure
94 $f = fopen( $filename,
'rb' );
98 # The image structure always starts at offset 0 in the XCF file.
99 # So we just read it :-)
100 $binaryHeader = fread( $f, 26 );
122 "A9magic" . # A: space padded
123 "/a5version" . # a: zero padded
125 "/Nheight" . # N:
unsigned long 32bit big endian
134 if ( $header[
'magic'] !==
'gimp xcf' ) {
135 wfDebug( __METHOD__ .
" '$filename' has invalid magic signature.\n" );
139 # TODO: we might want to check for sane values of width and height
142 ": canvas size of '$filename' is {$header['width']} x {$header['height']} px\n" );
158 $header = self::getXCFMetaData( $filename );
164 switch ( $header[
'base_type'] ) {
166 $metadata[
'colorType'] =
'truecolour-alpha';
169 $metadata[
'colorType'] =
'greyscale-alpha';
172 $metadata[
'colorType'] =
'index-coloured';
175 $metadata[
'colorType'] =
'unknown';
180 $metadata[
'error'] =
true;
195 return self::METADATA_BAD;
197 return self::METADATA_GOOD;
221 MediaWiki\suppressWarnings();
223 MediaWiki\restoreWarnings();
224 if ( isset( $xcfMeta[
'colorType'] ) && $xcfMeta[
'colorType'] ===
'index-coloured' ) {
227 return parent::canRender( $file );
canRender($file)
Can we render this file?
getMetadata($file, $filename)
Store the channel type.
getImageSize($image, $filename)
Get width and height from the XCF header.
if($ext== 'php'||$ext== 'php5') $mime
getThumbType($ext, $mime, $params=null)
Render files as PNG.
wfDebug($text, $dest= 'all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
Handler for the Gimp's native file format; getimagesize() doesn't support these files.
getScalerType($dstPath, $checkDstPath=true)
Must use "im" for XCF.
static getXCFMetaData($filename)
Metadata for a given XCF file.
in the sidebar</td >< td > font color
isMetadataValid($file, $metadata)
Should we refresh the metadata.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
wfUnpack($format, $data, $length=false)
Wrapper around php's unpack.
Generic handler for bitmap images.
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable modifiable after all normalizations have been except for the $wgMaxImageArea check $image