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.
Overview
AutoRender’s zoom feature allows you to magnify or reduce specific regions of an image before applying other transformations. Zoom is particularly useful for focusing on details, creating close-up views, or adjusting the effective crop area of an image.Zoom Parameter - (z)
The zoom parameter controls the magnification level of the image. Zooming is applied relative to the center or a specified position before other transformations like cropping or resizing.A zoom factor greater than 1.0 zooms in, while a factor less than 1.0 zooms out. Zoom is typically used in combination with crop modes to focus on a particular area.
The
z_ parameter supports a range from 1.0 (original) up to 5.0 (maximum magnification).- Original (z_1)
- Zoom 1x (z_1)
- Zoom 3x (z_3)

Zoom Levels
| Factor | Description |
|---|---|
1.0 | Original representation (no zoom) |
1.5 | Moderate zoom, suitable for product close-ups |
2.0 | Strong zoom for fine details |
3.0 | Strong zoom (use with high-res source) |
5.0 | Maximum magnification level |
Zoom with Position
You can control where the zoom focuses by combining thez_ parameter with the position (p_) parameter.
| Position Code | Description |
|---|---|
p_c | Center (Default) |
p_t | Top Center |
p_b | Bottom Center |
p_tl | Top-left |
p_br | Bottom-right |
- Focus Top (p_t)
- Focus Bottom (p_b)

Best Practices
- Combine with Crop: Always use
c_croporc_fillwhen zooming to maintain your target dimensions. - Source Quality: Start with a high-resolution source image for high zoom factors (> 2.0).
- Subtle Details: Use subtle zoom (1.1 - 1.3) for hero images to create a sense of focus.
- Performance: Zoom is applied server-side before other transformations, ensuring minimal overhead for the client.


