async exec(sizes) {
    try {
      await this.generateDestinationDirectory();
      await this.write();
      const thuimbnailFilenameList = await this.resizeReduce(sizes);