From f17dc5f8127a6861502ced055b4998d5f19120d0 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 27 Sep 2024 12:55:43 -0700 Subject: [PATCH] docs: Add missing supported file types --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24e526a6..8a9cd883 100644 --- a/README.md +++ b/README.md @@ -278,10 +278,12 @@ except Exception as err: | `avif` | `image/avif` | | `c2pa` | `application/x-c2pa-manifest-store` | | `dng` | `image/x-adobe-dng` | + | `gif` | `image/gif` | | `heic` | `image/heic` | | `heif` | `image/heif` | | `jpg`, `jpeg` | `image/jpeg` | | `m4a` | `audio/mp4` | + | `mp3` | `audio/mpeg` | | `mp4` | `video/mp4`, `application/mp4` | | `mov` | `video/quicktime` | | `png` | `image/png` |