Display width and height of image at each step (#1309)

This commit is contained in:
Rishabh Shukla
2019-11-29 01:12:25 +05:30
committed by Jeffrey Warren
parent 89626838e3
commit f1c94fd788
4 changed files with 41 additions and 3 deletions

View File

@@ -329,6 +329,7 @@ ImageSequencer = function ImageSequencer(options) {
log: log,
objTypeOf: objTypeOf,
copy: copy,
getImageDimensions: require('./util/getImageDimensions'),
setInputStep: require('./ui/SetInputStep')(sequencer)
};