summaryrefslogtreecommitdiff
path: root/src/images.py (follow)
AgeCommit message (Collapse)Author
2018-05-16Do a pylint passjvoisin
2018-05-06Test for faulty files, and document how MAT2 is behaving wrt. themjvoisin
2018-04-30Use full path to call exiftooljvoisin
2018-04-26In mimetype's world, there is no such thing as `image/bmp`jvoisin
2018-04-16Add support for BMPjvoisin
To be completely honest, BMP have no metadata, but we still add it, just in caseā„¢
2018-04-16Don't override the quality of jpg imagesjvoisin
2018-04-04Add some white lines to make the code more compliantjvoisin
2018-04-03Apparently, `image/jpg` isn't correct, `image/jpeg` isjvoisin
2018-04-02Add some commentsjvoisin
2018-04-01Move every image-related parser into a single filejvoisin