Ok, so I have Python 2.5 with Windows XP. I want to create a program that will create and/or manipulate an icon (.ico) file. Is there any module that can do this? Thanks.
EDIT:
I will need to save the image back into a .ico file.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try the Python Image Library or PIL for short. Also, take a look at this plug in for PIL that makes it handle images correctly on windows: http://code.google.com/p/casadebender/wiki/Win32IconImagePlugin
There is also this: pythonMagick