A simple Windows desktop application to convert images (PNG, JPG, BMP, GIF) to ICO format with multiple icon sizes.
This repository also helps create icons for other apps that I implemented:
- MusicMaker - A desktop app for generating music prompts for Suno AI CLI.
- Drag & Drop: Easily add images by dragging them into the application
- Batch Conversion: Convert multiple images at once
- Multiple Sizes: Creates ICO with 7 sizes (16, 24, 32, 48, 64, 128, 256 pixels)
- Simple GUI: Clean, intuitive interface with the app's signature color scheme
- Standalone: No installation required - runs as a single executable
- Windows 10/11 (64-bit)
- No additional dependencies needed (standalone executable)
- Run
img2ico.exe - Drag & drop images or click to browse
- Select output folder
- Click "Convert to ICO"
- ICO files are saved in the selected folder
- PNG
- JPG/JPEG
- BMP
- GIF
Creates multi-resolution ICO files suitable for Windows applications, containing these sizes:
- 16x16
- 24x24
- 32x32
- 48x48
- 64x64
- 128x128
- 256x256
MIT License
