Add support for microsoft bmp format. It simply give out the height and size,
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 22 Apr 2007 17:34:09 +0000 (17:34 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 22 Apr 2007 17:34:09 +0000 (17:34 +0000)
commitfc1a14eab749d0a0bacd5598a9e1d4875e2fa8c8
tree50c25735458b4f64614c41ce29d17393a131519f
parent644c2a89ff4320290fdbff4e7465c870e7d96990
Add support for microsoft bmp format. It simply give out the height and size,
we might want to transform them to png automaticly.
includes/AutoLoader.php
includes/DefaultSettings.php
includes/media/BMP.php [new file with mode: 0644]
includes/media/Generic.php