if (file && imageUtil.isImageFile(file)) {
      const stop = this.props.startProcessing();
      try {
        await this.loadImage(file);
      } finally {