generate_icon_set
Generate complete app icon sets for iOS, macOS, or watchOS from a single source image. Provide the image path and output location to create AppIcon.appiconset.
Instructions
Generate an app icon set from a source image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Target platform (default: ios) | |
| outputPath | Yes | Path where to create the AppIcon.appiconset directory | |
| sourceImage | Yes | Path to the source image (should be at least 1024x1024) |