You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`width`| Set the width of the image. | integer | Values greater than the original width will be ignored. |
68
+
|`height`| Set the height of the image. | integer | Values greater than the original height will be ignored. |
69
+
|`quality`| Set the quality of the image. | integer |`0` to `100`|
70
+
|`format`| Set the format of the image. | string | Supported formats: `jpg`, `jpeg`, `png`, `gif`, `webp`. |
71
+
|`blur`| Set the blur level of the image. | integer |`0` to `100`|
72
+
|`contrast`| Set the contrast level of the image. | integer |`-100` to `100`|
73
+
|`background`| Set the background color of the image | string | Any valid HEX color value (without a leading `#`). Only supported for the `png` format. |
74
+
|`flip`| Flip the image. | string |`h`(horizontal), `v`(vertical), `hv`(horizontal and vertical) |
75
+
|`version`| Version number of the image. | integer | Any positive integer. More info in the [Image Caching](#image-caching) section. |
75
76
76
77
> [!CAUTION]
77
78
> The `blur` option is a resource-intensive operation and may cause memory issues if the image is too large. It is recommended to use this option with caution, or disable it in the config.
0 commit comments