53 return [
'png',
'image/png' ];
69 # Forge a return array containing metadata information just like getimagesize()
70 # See PHP documentation at: https:
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
129 }
catch ( Exception $mwe ) {
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" );
164 switch (
$header[
'base_type'] ) {
166 $metadata[
'colorType'] =
'truecolour-alpha';
169 $metadata[
'colorType'] =
'greyscale-alpha';
172 $metadata[
'colorType'] =
'index-coloured';
175 $metadata[
'colorType'] =
'unknown';
179 $metadata[
'error'] =
true;
220 Wikimedia\suppressWarnings();
222 Wikimedia\restoreWarnings();
223 if ( isset( $xcfMeta[
'colorType'] ) && $xcfMeta[
'colorType'] ===
'index-coloured' ) {
226 return parent::canRender( $file );
in the sidebar</td >< td > font color
unserialize( $serialized)
wfDebug( $text, $dest='all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
wfUnpack( $format, $data, $length=false)
Wrapper around php's unpack.
name blank defined multiple times with different content</span ></span ></li ></ol ></div > !end !test Ref names containing a number ! wikitext< ref name="test123test"> One</ref >< ref name="123test"> Two</ref >< ref name="test123"> Three</ref >< references/> ! html< p >< sup id="cite_ref-test123test_1-0" class="reference">< a href="#cite_note-test123test-1"> &< sup id="cite_ref-123test_2-0" class="reference">< a href="#cite_note-123test-2"> &< sup id="cite_ref-test123_3-0" class="reference">< a href="#cite_note-test123-3"> &</p >< div class="mw-references-wrap">< ol class="references">< li id="cite_note-test123test-1">< span class="mw-cite-backlink">< a href="#cite_ref-test123test_1-0"> ↑</a ></span >< span class="reference-text"> One</span ></li >< li id="cite_note-123test-2">< span class="mw-cite-backlink">< a href="#cite_ref-123test_2-0"> ↑</a ></span >< span class="reference-text"> Two</span ></li >< li id="cite_note-test123-3">< span class="mw-cite-backlink">< a href="#cite_ref-test123_3-0"> ↑</a ></span >< span class="reference-text"> Three</span ></li ></ol ></div > !end !test Erroneous refs ! wikitext< ref name="0"> Zero</ref >< ref > Also zero
Generic handler for bitmap images.
Handler for the Gimp's native file format; getimagesize() doesn't support these files.
canRender( $file)
Can we render this file?
getImageSize( $image, $filename)
Get width and height from the XCF header.
static getXCFMetaData( $filename)
Metadata for a given XCF file.
getThumbType( $ext, $mime, $params=null)
Render files as PNG.
isMetadataValid( $file, $metadata)
Should we refresh the metadata.
getScalerType( $dstPath, $checkDstPath=true)
Must use "im" for XCF.
getMetadata( $file, $filename)
Store the channel type.
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
</source > ! result< div class="mw-highlight mw-content-ltr" dir="ltr">< pre >< span ></span >< span class="kd"> var</span >< span class="nx"> a</span >< span class="p"></span ></pre ></div > !end !test Multiline< source/> in lists !input *< source > a b</source > *foo< source > a b</source > ! html< ul >< li >< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul >< ul >< li > foo< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul > !html tidy< ul >< li >< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul >< ul >< li > foo< div class="mw-highlight mw-content-ltr" dir="ltr">< pre > a b</pre ></div ></li ></ul > !end !test Custom attributes !input< source lang="javascript" id="foo" class="bar" dir="rtl" style="font-size: larger;"> var a
if( $ext=='php'|| $ext=='php5') $mime
if(!is_readable( $file)) $ext