/docker_multiresolution_pannellum

This Docker container can create multiresolution panoramas for Pannellum.

Primary LanguagePythonMIT LicenseMIT

Docker Multiresolution Pannellum

About

This Docker container can create multiresolution panoramas for Pannellum.

Usage

$ docker run --rm -it -v <folder>:/opt/output \
quadeare/docker_multiresolution_pannellum:latest <image>

You can modify output destination and image name. The image must be in the same folder you parametered.

This exemple creates a multiresolution of "my_image.jpg" in the folder where you are.

$ docker run --rm -it -v $(pwd):/opt/output \
quadeare/docker_multiresolution_pannellum:latest my_image.jpg

Build

You can edit and build the project as desired.

$ docker build -t <your_name>/docker_multiresolution_pannellum:latest .

Requirement

Licence

This work is under the MIT License (MIT)