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 provides powerful cropping capabilities that allow you to extract specific regions from images, control how images fit target dimensions, and use intelligent positioning to find the best crop area. Cropping is essential when you need exact dimensions or want to focus on specific parts of an image.Crop Modes - (c)
AutoRender supports multiple crop modes that control how images are resized and cropped to fit target dimensions. Each mode has different behavior regarding aspect ratio preservation and content visibility.The
c_ parameter determines how the image should be resized and cropped to fit the target dimensions specified by w_ and h_.- Original image
- Crop (c_crop)
- Fill (c_fill)
- Fit (c_fit)

Crop Position - (p)
Control where the crop area is positioned. Position determines which part of the image is included in the final output.| Position Code | Description |
|---|---|
p_c | Center |
p_t | Top center |
p_b | Bottom center |
p_tl | Top-left |
p_tr | Top-right |
p_bl | Bottom-left |
p_br | Bottom-right |
- Position Top (p_t)
- Position Bottom (p_b)

Advanced Position Strategies
AutoRender supports intelligent position detection that automatically finds the focal point based on image content analysis.| Strategy | Description |
|---|---|
p_entropy | Centers on the most information-rich area |
p_attention | Centers on the area that draws the most attention |
Position strategies (
p_entropy, p_attention) use advanced image analysis algorithms. These are particularly useful when you need to generate focus-aware thumbnails automatically.Face Detection Cropping - (fo_face)
AutoRender can automatically detect and focus on faces within an image. This is ideal for creating consistent avatars, social media profiles, or portrait-focused content.- Original
- Face Detection (fo_face)

Object Detection Cropping - (fo_<object>)
AutoRender allows for highly specific focus-aware cropping by centering on specific objects within an image. This is powered by advanced detection models that recognize common categories.Object detection (
fo_<object>) supports standard YOLO model classes (e.g., car, dog, person, cat).- Original
- Object Detection (fo_car)






