Imagesharp.Web 自定义 URL 模式

Imagesharp.Web Custom URL Pattern

我正在尝试将现有 URL 模式映射到 imagesharp.web 以调整图像大小。

我找到了一种使用 URL 重写的方法。除此之外,是否有任何标准方法可以将现有 URL 模式映射到 imagesharp.web URL 模式?

现有 URL 模式:

https://{myDomain}/process_resize_{width}x{height}/{folder}/{filename.extension} 

URL 被 Imagesharp.Web 接受:

https://localhost:44397/5dd74c00631a76.86137975.jpeg?width=415&height=415&quality=30&rmode=max

您可以实现自己的 IRequestParser 版本并使用您想要的任何 URL 模式。