diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-14 17:23:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-14 17:23:05 +0200 |
| commit | 0a4b3ea4611fcbe66b148041f82e77a0f138e688 (patch) | |
| tree | 34ccc5ca610cd37ef9ba464287357ac6135cce5b /check/commands/imagehash/load.py | |
| parent | fc25a56c128bd05019a3cdc45271d7172a22c7c7 (diff) | |
scaffold commands
Diffstat (limited to 'check/commands/imagehash/load.py')
| -rw-r--r-- | check/commands/imagehash/load.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/check/commands/imagehash/load.py b/check/commands/imagehash/load.py new file mode 100644 index 0000000..bdcb19c --- /dev/null +++ b/check/commands/imagehash/load.py @@ -0,0 +1,3 @@ +# loop over a directory of images +# - compute their phashes +# - optionally upload them to s3? |
