An open API service indexing awesome lists of open source software.

https://github.com/ar1st0crat/pyicomaker

A simple tool for creating an ico file from any image file (Python)
https://github.com/ar1st0crat/pyicomaker

ico image-processing wxpython

Last synced: about 1 year ago
JSON representation

A simple tool for creating an ico file from any image file (Python)

Awesome Lists containing this project

README

          

# PyIcoMaker
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.

![pic1](https://github.com/ar1st0crat/PyIcoMaker/blob/master/PyIcoMaker.png)