A simple tool for creating an ico file from any image file (Python)
- Load an image file in any format
- Do one of the following operations (optionally):
- flip (left-to-right or top-to-bottom)
- rotate by 90 degrees clockwise
- convert to grayscale
- Save your results in .ico file
Libs: PIL, wxPython.
Requirements: Python 2.7.