# AI Resize

## Summary

The AI Resize Node intelligently resizes your images to different aspect ratios while preserving the visual integrity of the content. Unlike basic cropping or stretching, this node uses AI to adapt your composition—extending backgrounds, repositioning elements, and filling in new areas seamlessly. It's ideal for repurposing a single design asset like a poster, ad, or banner into multiple format variations.

***

### How to Use

1. Add the Node:
   * Click the Add (+) button and select AI Resize from the Image node category.
2. Provide an Image:
   * Connect an image from another node (such as Generate Image or Edit Image), or upload one directly.
3. Select the Target Aspect Ratio:
   * Choose your desired output ratio from the Aspect Ratio dropdown (e.g., 1:1, 16:9, 4:3, 9:16).
4. Run:
   * Click Run, and the AI will resize your image to the selected aspect ratio, intelligently adapting the composition.

***

### Choosing the Right Settings

| Setting      | Type                                  | Impact on Output                                                                                                                                |
| ------------ | ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Aspect Ratio | Dropdown (1:1, 16:9, 4:3, 9:16, etc.) | Defines the target dimensions for the resized image. The AI adapts the composition to fit the new ratio without awkward cropping or stretching. |

***

### Sample Use Cases

<details open>

<summary>Multi-Platform Ad Campaigns</summary>

Take a single ad creative and resize it for every platform in one workflow—1:1 for Instagram, 9:16 for Stories and TikTok, 16:9 for YouTube thumbnails, and 4:3 for Facebook feeds.

</details>

<details open>

<summary>Poster Format Variations</summary>

Resize a vertical movie or event poster into a horizontal banner for web headers or a square format for social media—without losing the key visual elements.

</details>

<details open>

<summary>E-Commerce Banner Adaptation</summary>

Convert a single hero product image into multiple banner sizes for your storefront, email headers, and marketplace listings.

</details>

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.imagine.art/workflows/image-nodes/ai-resize.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
