How to change .ico format to other?

Mar 20, 2012 at 1:59am
IDI_MYICON ICON "abc.ico"

Hi, for this code(in Win32), it's deal with .ico image right? How to change the code to other type of format eg: png, jpeg ? TQ...
Last edited on Mar 20, 2012 at 2:00am
Mar 20, 2012 at 2:43am
Here's a site that I've used a few times which has an online image converter. You upload a file which is then converted to a file which can be downloaded. They also sell a more sophisticated product which I have never used, but the online version is free. Just convert whatever format your image is in to the ico type.

http://www.coolutils.com/online/image-converter/
Mar 20, 2012 at 3:12am
Thanks...But can Win32 read other kind of image instead of just .ico?
Mar 20, 2012 at 3:23am
If you happen to have accesss to Adobe Photoshop, you can open any image type and save an image as any image type.
Mar 20, 2012 at 3:31am
I mean is that the code can be change to something like IDI_MYPNG PNG "abc.png"?
Topic archived. No new replies allowed.