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