diff options
| author | jvoisin | 2011-07-21 21:36:24 +0200 |
|---|---|---|
| committer | jvoisin | 2011-07-21 21:36:24 +0200 |
| commit | ebc4b477e5dc5e80e73644ca855eb37767afdcdd (patch) | |
| tree | ad0d7d6a85c67bfedafee2b33eb5ca7afddfe328 /lib/mat.py | |
| parent | bb83090afcd12893c301ef14869e84beda43ccb9 (diff) | |
Add support for Bmp files ;)
Diffstat (limited to 'lib/mat.py')
| -rw-r--r-- | lib/mat.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -27,6 +27,7 @@ logging.basicConfig(level = LOGGING_LEVEL) | |||
| 27 | strippers = { | 27 | strippers = { |
| 28 | hachoir_parser.image.JpegFile: images.JpegStripper, | 28 | hachoir_parser.image.JpegFile: images.JpegStripper, |
| 29 | hachoir_parser.image.PngFile: images.PngStripper, | 29 | hachoir_parser.image.PngFile: images.PngStripper, |
| 30 | hachoir_parser.image.bmp.BmpFile: images.BmpStripper, | ||
| 30 | hachoir_parser.audio.MpegAudioFile: audio.MpegAudioStripper, | 31 | hachoir_parser.audio.MpegAudioFile: audio.MpegAudioStripper, |
| 31 | hachoir_parser.misc.PDFDocument: misc.PdfStripper, | 32 | hachoir_parser.misc.PDFDocument: misc.PdfStripper, |
| 32 | hachoir_parser.archive.TarFile: archive.TarStripper, | 33 | hachoir_parser.archive.TarFile: archive.TarStripper, |
