summaryrefslogtreecommitdiff
path: root/libmat/images.py (unfollow)
AgeCommit message (Collapse)Author
2015-12-02Remove hachoir from MAT.jvoisin
This (huge) commit removes completely hachoir from MAT. Audio files are now processed with mutagen, and images with exiftool, since the main python imaging library (PIL) isn't super-great to deal with metadata (and damaged/non-standard files). Package maintainer should change the dependencies to reflect this.
2015-11-26Simplify a bit the hachoir-powered image parserjvoisin
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2015-07-21Remove the pillow stuff, because it was a bad idea.jvoisin
Pillow sucks at parsing malformed pictures :/
2015-02-22Preliminary implementation of PIL for images.jvoisin
PIL (Python Image Library) is used to open, then save images, in order to remove unknown metadata.
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2013-10-30More pep8 conformancejvoisin
2013-10-27Improves documentationjvoisin
2013-07-16Gramatical and spelling correctionsjvoisin
2012-12-13Reorganize source tree and files installation location, cleanup setup.py ↵jvoisin
(Closes: #689409)
2012-02-07Fix typo, and whitelist approach for pngjvoisin
2012-02-07Whitelist approach for jpegjvoisin
2012-02-01Rename mat-cli to mat-guijvoisin
2011-08-21Still improving images supportjvoisin
2011-08-21Support of XMP fields (thanks to hellais)jvoisin
2011-08-16setup.py now works !jvoisin
2011-08-05Cleanup, and cosmeticjvoisin
2011-07-30Documentation, and removal of unnecessary importsjvoisin
2011-07-26Bugfixes (especially for pdf), and more pylint conformityjvoisin
2011-07-26Pyflakes and pep8 validationjvoisin
2011-07-21Add support for Bmp files ;)jvoisin
2011-06-21Pdf metadata supportjvoisin
2011-06-20Introduction of a nice separation of functions/class in differents filesjvoisin