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
> This is the active development branch. Check out [v2](https://github.com/unjs/ipx/tree/v2) and [v3](https://github.com/unjs/ipx/tree/v3) for older docs.
@@ -112,7 +116,6 @@ Resize to `200x200px` using `embed` method and change format to `webp`:
112
116
You can universally customize IPX configuration using `IPX_*` environment variables.
113
117
114
118
-`IPX_ALIAS`
115
-
116
119
- Default: `{}`
117
120
118
121
### Filesystem Source Options
@@ -161,7 +164,7 @@ You can universally customize IPX configuration using `IPX_*` environment variab
161
164
| extend |[Docs](https://sharp.pixelplumbing.com/api-resize#extend)|`/extend_{top}_{right}_{bottom}_{left}/buffalo.png`| Extend / pad / extrude one or more edges of the image with either the provided background colour or pixels derived from the image. |
162
165
| background / b |\_|`/r_45,b_00ff00/buffalo.png`|
163
166
| extract |[Docs](https://sharp.pixelplumbing.com/api-resize#extract)|`/extract_{left}_{top}_{width}_{height}/buffalo.png`| Extract/crop a region of the image. |
164
-
| crop |[Docs](https://sharp.pixelplumbing.com/api-resize#extract)|`/crop_{left}_{top}_{width}_{height}/buffalo.png`| Alias for extract. Extract/crop a region of the image. |
167
+
| crop |[Docs](https://sharp.pixelplumbing.com/api-resize#extract)|`/crop_{left}_{top}_{width}_{height}/buffalo.png`| Alias for extract. Extract/crop a region of the image. |
165
168
| format / f |[Docs](https://sharp.pixelplumbing.com/api-output#toformat)|`/format_webp/buffalo.png` or `/f_webp/buffalo.png`| Supported format: `jpg`, `jpeg`, `png`, `webp`, `avif`, `gif`, `heif`, `tiff` and `auto` (experimental only with middleware) |
166
169
| quality / q |\_|`/quality_50/buffalo.png` or `/q_50/buffalo.png`| Accepted values: 0 to 100 |
| flatten |[Docs](https://sharp.pixelplumbing.com/api-operation#flatten)|`/flatten/buffalo.png`| Remove alpha channel, if any, and replace with background colour. |
181
184
| modulate |[Docs](https://sharp.pixelplumbing.com/api-operation#modulate)|`/modulate_brightness_saturation_hue/buffalo.png`| Transforms the image using brightness, saturation and hue rotation. |
182
-
| crop |[Docs](https://sharp.pixelplumbing.com/api-resize#extract)|`/crop_{left}_{top}_{width}_{height}/buffalo.png`| Alias for extract. Extract/crop a region of the image. |
185
+
| crop |[Docs](https://sharp.pixelplumbing.com/api-resize#extract)|`/crop_{left}_{top}_{width}_{height}/buffalo.png`| Alias for extract. Extract/crop a region of the image. |
183
186
| animated / a | - |`/animated/buffalo.gif` or `/a/buffalo.gif`| Experimental |
0 commit comments