diff options
| author | jvoisin | 2011-06-10 01:29:29 +0200 |
|---|---|---|
| committer | jvoisin | 2011-06-10 01:29:29 +0200 |
| commit | c308cf7daaa4fa46377e2df0f2e9a397981e19b2 (patch) | |
| tree | f016ce17cd6747acc068a7d2fc5093d1bd96fa9e /lib/check | |
| parent | f7082a21d6511c5069fbb9ff186ce22f3e22fed7 (diff) | |
The current version is (mostly) working
Diffstat (limited to 'lib/check')
| -rw-r--r-- | lib/check/images/jpg.py | 17 |
1 files changed, 0 insertions, 17 deletions
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 @@ | |||
| 1 | import hachoir_core.error | ||
| 2 | import hachoir_core.cmd_line | ||
| 3 | import hachoir_parser | ||
| 4 | import hachoir_metadata | ||
| 5 | import sys | ||
| 6 | import mat | ||
| 7 | |||
| 8 | |||
| 9 | class JpegStripper(file): | ||
| 10 | def checkField(self, field): | ||
| 11 | print(field.description) | ||
| 12 | if field.name.startswith("comment"): | ||
| 13 | return True | ||
| 14 | return field.name in ("photoshop", "exif", "adobe") | ||
| 15 | return False | ||
| 16 | |||
| 17 | |||
