Convert cubemap to equirectangular panorama image and vice versa.
Project description
cubemap2pano
cubemap2pano는 큐브맵 이미지를 등각 원통형 파노라마 이미지로 변환하는 Python 패키지입니다.
설치
pip install cubemap2pano
사용법
다음은 cubemap2pano 패키지를 사용하는 예제입니다:
from cubemap2pano import cubemap2pano
if __name__ == "__main__":
HEIGHT = 1024
WIDTH = HEIGHT * 2
cubemap_paths = [
([ "./F.jpg", "./R.jpg", "./B.jpg", "./L.jpg", "./U.jpg", "./D.jpg"], "./result/pano.jpg")
]
cubemap2pano(WIDTH, HEIGHT, cubemap_paths)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cubemap2pano-0.0.7.tar.gz
(7.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cubemap2pano-0.0.7.tar.gz.
File metadata
- Download URL: cubemap2pano-0.0.7.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29f9202d915cd59cf071ce254c1c2e0a223d0367640bac055b38e06f60bbded7
|
|
| MD5 |
edff360a29b9baf9b9ff6be948851679
|
|
| BLAKE2b-256 |
83163780b02577d2592e5955dde5258b698e368d802f6954098b64edd2a9b9aa
|
File details
Details for the file cubemap2pano-0.0.7-py3-none-any.whl.
File metadata
- Download URL: cubemap2pano-0.0.7-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e53e37f4bd1a6cd7738ea55c0a8ec41733dcb2f2016dea154d1b2875f2647a6
|
|
| MD5 |
6fdabd78d8b9570dc3286a0e70881fea
|
|
| BLAKE2b-256 |
7284192442e9c95a684c69ccfa142b06142ad44071bde3e05d8bd771edaceb95
|