AutoRender lets you manipulate images on-the-fly using URL-based transformations. You can resize, crop, rotate, and apply various other transformations to images using simple URL parameters.Documentation Index
Fetch the complete documentation index at: https://autorender.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Basic example
Here’s the basic structure of a URL-based image transformation:- Resized with as 300px
- Avatar image

Transformation Summary
| Category | Parameter | Example | Description |
|---|---|---|---|
| Dimensions | w_{n} | w_500 | Width in pixels |
h_{n} | h_500 | Height in pixels | |
ar_{ratio} | ar_1:1 | Aspect ratio | |
| Crop Modes | c_fill | c_fill | Fill dimensions (crops excess) |
c_fit | c_fit | Fit within dimensions (no crop) | |
| Positioning | p_{gravity} | p_face | Center transformation on face/object |
ps_{x,y} | ps_10,20 | Specific X,Y coordinate positioning | |
| Effects | e_{effect} | e_grayscale | Apply filter (grayscale, blur, etc.) |
| Format | f_{type} | f_webp | Output format (webp, auto, jpg, png) |
| Quality | q_{n} | q_auto | Output quality (auto, 1-100) |
| Flip | flip_h / flip_v / flip_hv | flip_h | Horizontal, vertical, or both |
| Rotation | r_{deg} | r_90 | Rotate 90, 180, or 270 degrees |
