Resize to Dimensions
Resize an image to exact pixel dimensions
Resize Absolute
Resize an image to exact pixel dimensions
Overview
The Resize Absolute node scales an image to specific pixel dimensions. Use it when you need precise control over output size, such as creating images for specific platforms or templates.
Usage Tips
- Use for platform-specific sizes (1200x630 for social media cards)
- Enable “maintain aspect ratio” to prevent stretching
- Common sizes: 1920x1080 (HD), 1080x1080 (square), 800x600 (web)
- Combine with Smart Crop for best results when changing aspect ratios
Common Pairings
- Smart Crop - Crop before resize to focus on key areas
- Image Attributes - Get original dimensions for calculations
- Output - Set final dimensions before pipeline output
Gotchas
- Changing aspect ratio without “maintain aspect ratio” will distort the image
- Upscaling significantly reduces image quality
- Very large dimensions may hit memory limits
Technical Reference
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
input | Image | Yes | Image to resize |
Outputs
| Name | Type | Description |
|---|---|---|
output | Image | Resized image |
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
params_width | number | 800 | Target width in pixels |
params_height | number | 600 | Target height in pixels |
params_maintain_aspect_ratio | boolean | true | Maintain aspect ratio (fit within bounds) |