mpetroff / pannellum

Pannellum is a lightweight, free, and open source panorama viewer for the web.
https://pannellum.org/
MIT License
4.27k stars 723 forks source link

[feature-request] batch process code for utils/multires/generate.py #1029

Closed INF800 closed 1 month ago

INF800 commented 3 years ago

Hi,

Currently generate.py for multires works for single image input.

Can we use subprocess module for batch processing? Or should we use multi-threading ?

mpetroff commented 3 years ago

You can use whatever you want to call the generate.py script for each image, e.g., a shell script, a Python script, etc. It's entirely up to you how you want to batch process your images.