Last modified: 2010-05-15 15:54:50 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T17144, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15144 - BmpHandler doesn't generate <img> tags for .bmp images
BmpHandler doesn't generate <img> tags for .bmp images
Status: RESOLVED DUPLICATE of bug 13265
Product: MediaWiki
Classification: Unclassified
File management (Other open bugs)
1.12.x
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-12 20:18 UTC by Dan Myers
Modified: 2010-05-15 15:54 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dan Myers 2008-08-12 20:18:04 UTC
In order to get .bmp images to work in my wiki, I had to add this line to LocalSettings.php:

$wgMediaHandlers['image/x-bmp'] = 'BitmapHandler';

I'm told that the default, BmpHandler, should work correctly, but doesn't... so this must be a bug.
Comment 1 Brion Vibber 2008-08-12 20:28:02 UTC
BmpHandler in its current state (implementing only the size check) looks unnecessary; getimagesize() does support BMP afaik...

Auto conversion to PNG might be nice. :)
Comment 2 Antoine "hashar" Musso (WMF) 2008-08-27 18:25:54 UTC
Marking as a dupe of #13265.

BMP are rendered as PNG with r40095

*** This bug has been marked as a duplicate of bug 13265 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links