Double Inversion Test

This commit is contained in:
Chinmay Pandhare
2017-06-29 22:08:22 +05:30
parent d22a95beaf
commit fc2247a11c
12 changed files with 1774 additions and 186002 deletions

View File

@@ -2,7 +2,7 @@ console.log('\x1b[31m%s\x1b[0m',"This is the output of the module");
require('./src/ImageSequencer');
sequencer = ImageSequencer();
sequencer.loadImages({images:{red:'examples/red.jpg'},callback:function(){
sequencer.addSteps(['do-nothing','do-nothing-pix','do-nothing-pix','ndvi-red']);
sequencer.addSteps(['do-nothing-pix','ndvi-red','invert']);
sequencer.removeSteps(1);
sequencer.insertSteps({
red: [{index: -1, name: 'do-nothing', o:{}}]