Skip to main content

Convert cubemap to equirectangular panorama image

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.3.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

cubemap2pano-0.0.3-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file cubemap2pano-0.0.3.tar.gz.

File metadata

  • Download URL: cubemap2pano-0.0.3.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.2

File hashes

Hashes for cubemap2pano-0.0.3.tar.gz
Algorithm Hash digest
SHA256 22e053b6ab01da0504b4ff14334b5832e35e5131687938df622486d5c69deacc
MD5 0931e0c33fb2c6631062bf000756f9a3
BLAKE2b-256 1c2896fb56e9e6cc6c31505c2e4fd0a73d9254857dc2fd556e011b6b221c00d8

See more details on using hashes here.

Provenance

File details

Details for the file cubemap2pano-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for cubemap2pano-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b15d4f08227cb220b05fd4051fbe93fc279209232055ea0c7dbd973dd160754d
MD5 f84003523fc6407ba34a55922fbe8e64
BLAKE2b-256 3b546dd1eaa18ec16647cafdef4953495a6eb657177115771f0b821e23a502b2

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page