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)
- Host: GitHub
- URL: https://github.com/ar1st0crat/pyicomaker
- Owner: ar1st0crat
- Created: 2015-06-11T20:26:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T19:55:24.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T07:43:19.525Z (over 1 year ago)
- Topics: ico, image-processing, wxpython
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
