Skip to content

brianshaler/Cuber

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

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