From ebc4b477e5dc5e80e73644ca855eb37767afdcdd Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 21 Jul 2011 21:36:24 +0200 Subject: Add support for Bmp files ;) --- lib/images.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/images.py') diff --git a/lib/images.py b/lib/images.py index 76696fd..4441b70 100644 --- a/lib/images.py +++ b/lib/images.py @@ -1,5 +1,9 @@ import parser +class BmpStripper(parser.Generic_parser): + def _should_remove(self, field): + return False + class JpegStripper(parser.Generic_parser): def _should_remove(self, field): if field.name.startswith('comment'): -- cgit v1.3