summaryrefslogtreecommitdiff
path: root/libmat2/images.py (unfollow)
AgeCommit message (Expand)Author
2025-03-18Add webp supportVincent Deffontaines
2024-07-18Keep orientation metadatamatiargs
2023-05-03Use proper type annotations instead of commentsjvoisin
2023-01-28Fix the type annotationsjvoisin
2023-01-14imghdr is deprecatedjvoisin
2022-08-28Simplify the typing annotationsjvoisin
2022-05-15Add support for HEIC filesjvoisin
2022-03-16Try to use modern rsvg functions when we canjvoisin
2021-12-13Increase a bit the robustness of mat2jvoisin
2021-06-21Make cairo behave in a less idiotic wayjvoisin
2020-11-12Don't set a default value when retrieving Xmlns key for SVG metadataRomain Vigier
2019-12-16Handle tiff images with a .tif extensionjvoisin
2019-12-15Improve the reliability of Gdk-based parsersjvoisin
2019-12-15Improve the reliability of PNG parsingjvoisin
2019-09-01Add support for ppmjvoisin
2019-07-22Add a test for svg namespacejvoisin
2019-07-13Add support for svgjvoisin
2019-03-05Refactor {black,white}list into {block,allow}listBrolf
2019-02-03Implement .gif supportjvoisin
2018-10-24Implement lightweight cleaning for jpgjvoisin
2018-10-23Implement lightweight cleaning for png and tiffjvoisin
2018-10-22Implement support for .avi files, via ffmpegjvoisin
2018-10-12Bump mypy typing coveragejvoisin
2018-09-12Bump coverage back to 100%jvoisin
2018-09-09Improve the resilience of MAT2 wrt. corrupted PNGjvoisin
2018-09-01Add archlinux to the CIjvoisin
2018-08-23libmat2: images: fix handling of .JPG filesAntoine Tenart
2018-07-19Improve the code's documentationjvoisin
2018-07-08Fix some pep8 issues spotted by pyflakesjvoisin
2018-07-06Simplify BMP handlingjvoisin
2018-07-02Improve a bit the formatting of the code thanks to pyflakes3jvoisin
2018-06-22Improve reliability against corrupted image filesjvoisin
2018-06-10Improve a bit the performances wrt. image's metadata displayjvoisin
2018-06-08Speed up a bit the processing of get_meta for images with a "regular" namejvoisin
2018-06-08Improve the code to handle problematic filenamesjvoisin
2018-06-06Prevent exiftool-based parameter-injectionjvoisin
2018-05-18Rename some files to simplify packagingjvoisin
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
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
2018-04-01Add support for .tiff filesjvoisin
2018-03-31Change a bit the source code organisationjvoisin
2018-03-27Add gitlab-cijvoisin