This project contains a simple python script to convert a .png image to .ICO format
Pillow module
pip install pillow
The conversion can be done in two ways:
- Add the image in png format with name as 'input' in this folder.
- Run the convert.py script.
- output image will be generated and saved in this folder with the name 'output'.
- Run the convertUI.py script.
- Select the 'Import PNG File' button and pick any png image from any location.
- Select the 'Convert PNG to ICO' button and pick the location where the file will be saved.