resize_icon
Resize an existing icon to iOS and Android required dimensions.
Description
This tool takes an existing icon image and resizes it to the required dimensions for iOS (1024×1024) and Android (512×512). Useful when you have an existing icon that needs to be properly formatted for app store submission.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | The project ID |
imageUrl | string | Yes | URL of the source icon image |
platforms | string[] | No | Target platforms: ["ios", "android"] (default: both) |
Example Usage
Natural Language Promptstext
"Resize my icon for iOS and Android""Convert this icon to App Store dimensions""Resize the icon at https://example.com/icon.png for iOS only"
Response
{"success": true,"icons": {"ios": "https://cdn.appstorecopilot.com/icons/resized-ios-123.png","android": "https://cdn.appstorecopilot.com/icons/resized-android-123.png"}}
Output Specifications
| Platform | Size | Format |
|---|---|---|
| iOS | 1024 × 1024 | PNG (sRGB, no alpha) |
| Android | 512 × 512 | PNG (32-bit) |