From c308cf7daaa4fa46377e2df0f2e9a397981e19b2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 10 Jun 2011 01:29:29 +0200 Subject: The current version is (mostly) working --- lib/check/images/jpg.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 lib/check/images/jpg.py (limited to 'lib/check') diff --git a/lib/check/images/jpg.py b/lib/check/images/jpg.py deleted file mode 100644 index 7f29587..0000000 --- a/lib/check/images/jpg.py +++ /dev/null @@ -1,17 +0,0 @@ -import hachoir_core.error -import hachoir_core.cmd_line -import hachoir_parser -import hachoir_metadata -import sys -import mat - - -class JpegStripper(file): - def checkField(self, field): - print(field.description) - if field.name.startswith("comment"): - return True - return field.name in ("photoshop", "exif", "adobe") - return False - - -- cgit v1.3