From 8b2334a41ffb5a7bba758b2dbe3fce47d271f81e Mon Sep 17 00:00:00 2001 From: ge Date: Fri, 21 Apr 2023 22:39:58 +0300 Subject: [PATCH] upd --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e61fe0b..621e80d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,16 @@ In addition to this, support for custom tags is implemented here. Custom tags ar Custom tags entered there can only be interpreted manually or with MEE. +Roadmap: + +- [ ] Implement Mee as Python class + +- EXIF libraries support + - [x] exif (only JPEG) + - [ ] piexif (JPEG, WebP, TIFF) + - [ ] pillow (JPEG, WebP, TIFF, PNG) + - [ ] Wrap Perl exiftool? + Installation ============