Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

equirect2cube

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

equirect2cube

NodeJS CLI tool for converting equirectangular panoramic images to cubemaps.

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

equirect2cube

NodeJS CLI tool for converting equirectangular panoramic images to cubemaps.

Usage

Install it: npm install -S equirect2cube

npx equirect2cube equirect.png --size 1024 --out ./tmp/

The command will create a png for each face of the cube (px.png, nx.png, py.png, ny.png, pz.png, nz.png) in the output folder (or the folder the command was executed in, if none is specified).

Note that the input image must be a png.

Attribution

The demo image was created with Blockade Labs skybox generator.

The project was forked from https://github.com/fenwick67/equirectangular-to-cubemap

FAQs

Package last updated on 29 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc