modifyImage(url: string): string {
    return this.imageService.modifyImage(url, this.dimensions, this.getFilters());
  }