Flint Icon Maker
Version: 1.0.0
The application supports both Korean and English. You can switch the display language at any time using the language button in the upper-right corner.
How to Use
- Click
Select Imageand choose the image you want to convert into an icon. -
Select a square adjustment mode.
-
Fit Entire Image: Preserves the entire image and adds padding where necessary. Fill and Crop: Fills the square completely by cropping the edges as needed.- If you choose Fit Entire Image, enter the padding background color in
#RRGGBBformat. - Check the preview.
- Click
Create ICO, then choose the save location and file name.
Features
- Supports PNG, JPG, JPEG, WEBP, and BMP images
- Automatic square adjustment
- Choose between preserving the full image or center cropping
- Customizable padding background color
- Generates multi-size ICO files (16, 24, 32, 48, 64, 128, and 256 px)
- Switch between Korean and English interface
- Bilingual support for the file picker, save dialog, error messages, and completion notifications
Running from Source
Install the required package:
pip install pillow
Run:
python iconmaker.py
Note: If you are using the executable (EXE) version, you do not need to install Python or Pillow, and you do not need to run
python iconmaker.py.