Flint Icon Maker

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

  1. Click Select Image and choose the image you want to convert into an icon.
  2. Select a square adjustment mode.

  3. Fit Entire Image: Preserves the entire image and adds padding where necessary.

  4. Fill and Crop: Fills the square completely by cropping the edges as needed.
  5. If you choose Fit Entire Image, enter the padding background color in #RRGGBB format.
  6. Check the preview.
  7. 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.

Back to Toolbox