<aside> ðŸ›
Auto-Upscale Small Images to the Next Standard Resolution Tier
Bring small or inconsistently sized images up to a standard resolution tier (512, 1024, 1536, 2048, 2560, 3072, 4096) but only when they actually need it. Already big enough? Image passes through untouched. Perfect for normalizing inputs before AI models that expect a minimum resolution, without ever downscaling or duplicating work.
</aside>
Image Conditional Resize automatically upscales small images to the next standard resolution tier you've allowed. It looks at the input image's width and height, finds the smallest tier that fits both dimensions, and resizes up to it. If the image is already at or above your selected maximum tier, it's returned unchanged. Aspect ratio is preserved by default. Runs instantly with no GPU.
<aside>

Resize Method:
| Method | Neighborhood | Quality | Speed | Best For |
|---|---|---|---|---|
| Bicubic | 4×4 pixels | Better | Medium | Balanced quality/speed |
| Bilinear | 2×2 pixels | Good | Very fast | Quick processing, speed priority |
| Lanczos | 8×8 pixels (or more) | Excellent | Slower | Best quality, final output |
Maximum resolution tier to scale up to: Caps how high the tool is allowed to upscale.
<aside>
Load image → Add an Image Loader (or any upstream image source) and connect it to Image Conditional Resize
Pick a resize method → Choose Bicubic (default), Bilinear, or Lanczos depending on quality vs speed needs
Set the maximum tier → Choose the highest tier you want the tool to upscale to (512 / 1024 / 1536 / 2048 / 2560 / 3072 / 4096)
Run Flow → Small images are upscaled to the next standard tier that fits; already-big-enough images pass through untouched

</aside>