1
0
Fork 0
mirror of synced 2025-07-04 20:37:34 +02:00
Commit graph

11 commits

Author SHA1 Message Date
jvoisin
38fae60b8b Rename some files to simplify packaging
- the `src` folder is now `libmat2`
- the `main.py` script is now `mat2.py`
2018-05-18 23:52:40 +02:00
jvoisin
fa7d18784c Do a pylint pass 2018-05-16 22:36:59 +02:00
jvoisin
b02d72887a Test for faulty files, and document how MAT2 is behaving wrt. them 2018-05-06 21:58:31 +02:00
jvoisin
c4271715e4 Use full path to call exiftool 2018-04-30 23:57:05 +02:00
jvoisin
2b1b075a8f In mimetype's world, there is no such thing as image/bmp 2018-04-26 21:50:18 +02:00
jvoisin
e34bc19f71 Add support for BMP
To be completely honest, BMP have no metadata,
but we still add it, just in case™
2018-04-16 22:27:29 +02:00
jvoisin
4b92bef219 Don't override the quality of jpg images 2018-04-16 22:24:41 +02:00
jvoisin
0239ab3b6a Add some white lines to make the code more compliant 2018-04-04 23:21:48 +02:00
jvoisin
1d6559596d Apparently, image/jpg isn't correct, image/jpeg is 2018-04-03 23:56:39 +02:00
jvoisin
04a0032e9f Add some comments 2018-04-02 23:40:08 +02:00
jvoisin
27beda354d Move every image-related parser into a single file 2018-04-01 12:30:00 +02:00
Renamed from src/images_pixbuf.py (Browse further)