diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-29 21:01:36 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-29 21:01:36 +0100 |
| commit | 3ff1a097a98b8eea93fd4e95b43a612467e5a6de (patch) | |
| tree | 35d213d415bbc39e4e6e598514632c6d6799f673 /crop-equirectangular.py | |
| parent | 86598bd5fb9bead3164f4738e5187b95f58eaf1c (diff) | |
paths
Diffstat (limited to 'crop-equirectangular.py')
| -rw-r--r-- | crop-equirectangular.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crop-equirectangular.py b/crop-equirectangular.py index 9d59929..a96128a 100644 --- a/crop-equirectangular.py +++ b/crop-equirectangular.py @@ -1,7 +1,6 @@ import os import glob -import requests -import time +import argparse from PIL import Image # This script generates crops with a specific aspect ratio from a 360 video. |
