0.0.4 • Published 11 years ago

panoramit v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

panoramit

This module requires that Hugin is installed and available via the command line, you may install it from here: http://sourceforge.net/projects/hugin/files/

If you wish to convert your output image to a non-tif file, please install graphicsmagick and make sure that gm is available on the command line.

Usage:

var panoramit = require('panoramit');

panoramit.generate({
  inputPaths: [path.join(__dirname, 'input', '*.jpg')],
  outputFile: path.join(__dirname, 'out', 'out.jpg'),
  tempDir: path.join(__dirname, 'tmp'),

  debug: false // optional value in case you want to debug the individual panorama commands
}, function (err, outputPath) {
  // output path is passed through for convenience on success
});
0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago