Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

free icon maker? 8

Status
Not open for further replies.

PrograMan

Programmer
Jul 21, 2001
59
US
I just now finished my program and just as I was about to package it, I remembered that I wanted a customized graphical representation made for it. All the programs I've tried to find for it are shareware. Are there any programs out there that are completely free? Maybe just a bmp to ico converter?
 
If you have Visual Studio, Visual C++ has a built in one, just goto File|New, then files then icon file, else im not too sure, havent looked for one.

------------------------------
------------------------------
 
MicroAngelo is free, its an icon maker/editor...

I just checked, its not free anymore, but I have a freeware version, if you dont have any luck finding the free version and wish to post your email I could send you a copy
 
Niphyr, if your compiler allows that option, you gotta tell me what kind/version of compiler you have. Mine doesn't have that.

LPlates, I've looked for MicroAngela and I think I just found one that's free. It looks free from the information given (lack of details on any payment), so I'll give it a try. Wish me luck! Thanks guys!
 
Spoke too soon. I had downloaded the wrong file and had to uninstall it when I realized what I really had. Can anybody else lend a hand? All I've been able to find are shareware files. *sigh*
 
>Maybe just a bmp to ico converter

VB can do this

Create your image in Microsoft Paint, then load it into an ImageList control whose Mask Color is set to the color you want to be transparent, then do

SavePicture ImageList1.ListImages(1).ExtractIcon, "myicon.ico"
 
Would that actually put the icon into the left part of the title bar? It doesn't sound like it to me, but I could be wrong. I'm dead tired right now and I'm gonna go to bed.
 
No. It would turn your source image into an icon saved on disk, which could then be loaded just like any icon file.
 
For gpod, upto 256 color icons, it appears the LiquidIcon is one of the best out there.


Hope this helps.-

jgjge3.gif
[tt]"Very funny, Scotty... Now Beam down my clothes."[/tt]
 
I am aware you are looking for a free version of an icon editing software, so my apologies if this reply is unwarranted. IconCool Editor is by far the best icon creating software I have used. Capable of creating true color depths. For $20.00 you have got free upgrades for life. Freeware, as you have noticed with MicroAngelo, will eventually become not free.

Star for strongm, nice to learn something new so early in the morning.
 
I made a 32px X 32px .bmp file in Photoshop and then simply renamed the file to a .ico file and it seemed to work well for me. Although I used photoshop, any image editor that can save bitmaps (.bmp) files should work.

Sam
 
Indeed Strongm. After I posted I realized that my solution doesn't support transparency as far as I can tell. Are there other showstoppers as well?

Sam
 
Microsoft provide one on the VB6 installation disk called Imagedit. It can be found under 'common\tools\VB\imagedit'. Just copy it to your hard drive. This is true of the profressinal edition and i'm assuming the others too. With it you can create icons, cursors and bitmaps.

--------------------------------
Codito, ergo sum
 
(also some graphical controls expect a genuine icon handle, which they won't get from a renamed bmp)
 
I looked up the site suggested by Rebecca. Pic2Icon is certainly a quaint, at first mysterious program, but easy to learn. Thanks, all! This stuff will work nicely.
 
I know what you mean :) ... but I sure like it :)


Becca

Somtimes, the easy answer is the hardest to find. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top