1
0
mirror of synced 2024-06-14 01:59:51 +02:00
mat2/libmat2
Antoine Tenart f068621628 libmat2: images: fix handling of .JPG files
Pixbuf only supports .jpeg files, not .jpg, so libmat2 looks for such an
extension and converts it if necessary. As this check is case sensitive,
processing .JPG files does not work.

Fixes #47.

Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
2018-08-23 20:43:27 +02:00
..
__init__.py Add a check for a missed dependency in ./mat2 -c 2018-07-15 17:00:01 +02:00
abstract.py AbstractParser: Fix typos 2018-07-21 00:46:48 +00:00
audio.py Improve a bit the formatting of the code thanks to pyflakes3 2018-07-02 00:22:05 +02:00
harmless.py Improve the code's documentation 2018-07-19 23:10:27 +02:00
images.py libmat2: images: fix handling of .JPG files 2018-08-23 20:43:27 +02:00
office.py Improve the code's documentation 2018-07-19 23:10:27 +02:00
parser_factory.py Improve the code's documentation 2018-07-19 23:10:27 +02:00
pdf.py Improve the code's documentation 2018-07-19 23:10:27 +02:00
torrent.py Remove print from libmat, and use the logging module instead 2018-07-10 21:30:38 +02:00