🖼️ Image Processing
| Command | Description |
|---|---|
bolt img resize --width <w> <in> <out> | Resize an image |
bolt img crop --ratio <ratio> <in> <out> | Crop an image |
bolt img info <in> | Image metadata (size, format) |
bolt img placeholder <WxH> <out> | Generate basic placeholder |
bolt img blur --sigma <s> <in> <out> | Apply Gaussian blur |