Kris Coryn (Mailinglists) wrote: [...]
just a convertion from YinYang_symbool_bw.tif to 300px-YinYang_symbool_bw.tif but because the code have not added .png ImageMagick convert has not converted it to png
[...]
but i 'm not so good in pointer variable and how to follow to the right function to change?
Like this:
class TiffHandler extends BitmapHandler { function getThumbType( $ext, $mime ) { return array( 'png', 'image/png' ); } }
$wgMediaHandlers['image/tiff'] = 'TiffHandler';