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

ParameterTypeRequiredDescription
projectIdstringYesThe project ID
imageUrlstringYesURL of the source icon image
platformsstring[]NoTarget 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

PlatformSizeFormat
iOS1024 × 1024PNG (sRGB, no alpha)
Android512 × 512PNG (32-bit)