diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-16 18:25:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-16 18:25:18 +0200 |
| commit | e2e27ed91b8ed8a024223ad03be9d2566750e880 (patch) | |
| tree | 24ab0b65ce5ca7987bdaf8a7d99d3d942bc1f19e /animism-align/cli/app/utils/file_utils.py | |
| parent | c4d20db0c6a8a0ba45a453ad1b5a3296db7a127e (diff) | |
cropping images and uploading multiple versions
Diffstat (limited to 'animism-align/cli/app/utils/file_utils.py')
| -rw-r--r-- | animism-align/cli/app/utils/file_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/cli/app/utils/file_utils.py b/animism-align/cli/app/utils/file_utils.py index 7f1f417..1d19fd6 100644 --- a/animism-align/cli/app/utils/file_utils.py +++ b/animism-align/cli/app/utils/file_utils.py @@ -39,7 +39,7 @@ from tqdm import tqdm ZERO_PADDING = 6 # padding for enumerated image filenames HASH_TREE_DEPTH = 2 HASH_BRANCH_SIZE = 2 -VALID_IMAGE_EXTS = ['jpg', 'jpeg', 'png'] +VALID_IMAGE_EXTS = ['gif', 'jpg', 'jpeg', 'png'] VALID_VIDEO_EXTS = ['mp4', 'mov'] # ------------------------------------------ |
