Image GenerationActive
wiro / Store Image Generator
Store Image Generator
Create store-ready promo images from your real app screenshots. Pick Apple App Store or Google Play, then control background gradients, font, and text color.
Image to ImageImage Editing
Model ID
Store Image Generator
Provider
wiro
Updated
1776252993
wiro playground—wiro/Store Image Generator
Updated 1776252993
## Overview
Store Image Generator creates promotional store images for app listings. You upload 3–4 screenshots and describe what the app does. Wiro builds styled visuals for Apple App Store or Google Play.
## What you can build
- App Store screenshot panels with consistent branding
- Google Play promo screenshots from existing in-app screens
- A/B test variants by changing copy, background, and typography
- A clean screenshot set for an app launch page
## Inputs
- **inputImages** (required, combine file input): 3–4 screenshot images.
- Minimum **3** images.
- Maximum **4** images.
- If you send more than 4, the extras are ignored.
- **description** (required, textarea, string): Text description and context for the generation.
- **store** (required, select, string): Target store.
- Options: `apple` (Apple App Store), `google` (Google Play Store)
- Default: `apple`
- **color** (optional, select, string): Background gradient.
- Default: Auto (empty value)
- Values are 2 hex colors separated by a comma, like `#A6E1F9,#4BC7CE`
- **font** (required, select, string): Font family.
- Default: `Roboto`
- Options include: `Roboto`, `Open Sans`, `Lato`, `Montserrat`, `Inter`, `Poppins`, `Roboto Condensed`, `Roboto Mono`, `Arimo`, `Oswald`, `Noto Sans`, `Raleway`, `Nunito Sans`, `Nunito`, `Playfair Display`, `Ubuntu`, `Rubik`, `Roboto Slab`
- **fontColor** (optional, textarea, string): Font color as a hex code, like `#000000`.
## Outputs
This model returns one or more generated image files.
- **File format:** Image files (commonly PNG)
- **Delivery:** Each output includes a filename, content type, size, and a public download URL.
## Recommended settings
- **Best default workflow:**
- Store: `apple`
- Background Color: Auto
- Font: `Roboto`
- Font Color: leave blank unless you need strict brand contrast
- **When your screenshots are dark:**
- Pick a light gradient background
- Set `fontColor` to a light hex like `#FFFFFF`
- **When your screenshots are bright:**
- Pick a dark gradient background
- Set `fontColor` to a dark hex like `#000000`
## Limitations
- You must provide at least **3** images or the run fails.
- The tool only uses the first **4** images.
- `fontColor` needs a valid hex color code.
- Output URLs are public and available for a limited time. Save files you need to keep.
API quick start
Run Store Image Generator with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/Store Image Generator
{
"inputImages": "https://your-cdn.com/input.png",
"description": "...",
"store": "apple",
"font": "Roboto"
}