summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-18Hachoir is so ugly : I am able to display meta, but not to remove them ↵jvoisin
(because I didn't manage to find an elegant/efficient way to find the "path" to a field). So I remove a whole "Rootfield" (exif, author, comment, ...). It's efficient, but not very elegant.
2011-06-16Cleanupjvoisin
2011-06-16Complete rewrite of the is_clean() methodjvoisin
preliminary work on the _remove() method, which apparently does not want to work.
2011-06-15Implement list_harmful_meta() in CLIjvoisin
2011-06-15First (little) implementation of _should_remove() for jpeg, and png filejvoisin
2011-06-15Add a get_harmfull() functionjvoisin
2011-06-15Obvious comments added, and other removedjvoisin
2011-06-15Fix a stupid typo, and add some commentsjvoisin
2011-06-14Use getopt (python2.3) instead of argparse (2.7)jvoisin
Getopt is deprecated in 2.7, but debian is in 2.6
2011-06-10The current version is (mostly) workingjvoisin
2011-06-07First commitjvoisin