Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

ICO creater/converter (.PNG to .ICO)


  • Please log in to reply
3 replies to this topic
Rseding91
  • Members
  • 703 posts
  • Last active: Apr 02 2016 05:05 AM
  • Joined: 07 Jun 2010
This is script will convert one or more .PNG files into a single .ICO file.

Download: Here
Version: 1.1
Compatible with AHK basic and AHK_L x86.

I just made this so there are areas that could be impoved on. As it is now, it will convert one or more .PNG files with the demensions of 256x256 or less into a single .ico file.

Possible future additions might include:

The ability to convert other filetypes (JPG, BMP, GIF) into ICOs.
The ability to store BMP files in the icons (right now it stores as the PNG filetype).
The ability to resize the images used to fit within the ICO automatically.

Klark92
  • Members
  • 870 posts
  • Last active: Dec 29 2015 09:47 PM
  • Joined: 19 Feb 2012
I tried 128x128 .. And fail ^^ also compared with a hex editor .. nothing changed.

I CAN PROTECT YOUR SCRIPT (ANTI-DECOMPILER by Klark92) (AHK_L*)(PM)
Klark92's Script2Exe Wizard
AHK_L / AHK COMPILED EXE / BIN ICON CHANGER


Rseding91
  • Members
  • 703 posts
  • Last active: Apr 02 2016 05:05 AM
  • Joined: 07 Jun 2010

I tried 128x128 .. And fail ^^ also compared with a hex editor .. nothing changed.



What version of AHK are you using? Also, can you upload the .PNG file so I can try it?

Rseding91
  • Members
  • 703 posts
  • Last active: Apr 02 2016 05:05 AM
  • Joined: 07 Jun 2010
Oops, I fixed a bug that made the script fail on AHK_L. It should be working correctly now if you want to give it another try.