* (bug 17714) Limited TIFF upload support now built in if 'tif' extension is
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 16 Mar 2009 22:03:20 +0000 (22:03 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 16 Mar 2009 22:03:20 +0000 (22:03 +0000)
commit6ebba897f1f891d3a73cadfa1424a09e54d1f0f8
treea6e1da5e370c8fa803d5d50d015db963a72ab8f6
parentc3b448c4ff466da2353d26dc12e83c773f21a5e8
* (bug 17714) Limited TIFF upload support now built in if 'tif' extension is
  enabled. Image width and height are now recognized, and when using ImageMagick,
  optional flattening to PNG or JPEG for inline display can be enabled by setting
  $wgTiffThumbnailType

By default no thumbnailing will occur; only difference from previous will be that the image width/height is detected and displayed.

Not yet implemented:
* Multi-page support
* Cleverer thumbnailing for giant files
* Thumbnailing of any sort if not using ImageMagick
RELEASE-NOTES
includes/AutoLoader.php
includes/DefaultSettings.php
includes/media/Tiff.php [new file with mode: 0644]