Skip to content

brianshaler/Cuber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuber

Node.js CLI app to convert a spherical panorama source image into a cubic panorama

Install dependencies:

npm install

Note that this application uses GD bindings but does not include the GD image processing library itself. Make sure GD is installed, then you may need to follow the sparse instructions in the node-gd README.

Building app.js:

coffee -j app.js -c src/app.coffee

Processing an image:

node app.js --src images/demo.jpg --output output/

Preview:

open demo/index.html

View CSS3 demo here: http://brianshaler.github.com/Cuber/ (Note: I think I only used -webkit- prefixes on the demo, so view with Chrome or Safari..)

=====

Demo image cc dr. friendly

About

Node.js CLI app to convert a spherical panorama source image into a cubic panorama

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published