split.forEach((item: string) => {
        if (item.trim().startsWith('width:')) {
          width = item.replace('width:', '').trim();
        } else if (item.trim().startsWith('height:')) {
          height = item.replace('height:', '').trim();