promise = promise
              .then(() => this.execReduceImage(reduce, imageData))
              .then((image) => this.fileSystem.putObject(image, reduce))
              .then(() => Promise.resolve(++processedImages));