Thread: NICE icon dev

  1. #1
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584

    NICE icon dev

    Where do all these advanced looking icons come from? How can you get all of these colors for shading? I HAVE NO CREATIVITY WITH ICONS!!!
    1978 Silver Anniversary Corvette

  2. #2
    Programming is fun, mkay?
    Join Date
    Oct 2001
    Posts
    490

    Post Some icon editors...

    Most of the are just re-sized images, but some are created using programs made for this. One trial version(***** it with ********* ) is called IconForge.



    /* sorry, no illegal stuff here. I'm sure you meant to say Buy it with Money. -nv, mod */
    Website(s): http://www16.brinkster.com/trifaze/

    E-mail: [email protected]

    ---------------------------------
    C++ Environment: MSVC++ 6.0; Dev-C++ 4.0/4.1
    DirectX Version: 9.0b
    DX SDK: DirectX 8.1 SDK

  3. #3
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    >> Most of the are just re-sized images <<

    How would you resize an image (say bmp) and then use an icon format to use in your program? Could I do this with MSVC++?
    1978 Silver Anniversary Corvette

  4. #4
    Ken Fitike
    Guest
    Hi Garfield

    The simple answer is: yes you can. You will need info on icon formats, here's msdn:

    http://msdn.microsoft.com/library/de...msdn_icons.asp

    This should give you the information you need to make a start.

    Also take a look at the ExtractIcon API fn (ExtractIconEx too); it can extract icons from exe's, dll's, bitmaps - any file that contains icon resources.

    Good luck.

  5. #5
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    Thanks, buddy!
    1978 Silver Anniversary Corvette

  6. #6
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Make a bitmap 64x64 pixels, draw a little smiley face in it. Then rename it to .ico


    Wow! Ain't it pretty?

  7. #7
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    That's all you need to do?
    1978 Silver Anniversary Corvette

  8. #8
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by Garfield
    That's all you need to do?
    Yup....I think you are limited to 256 colours though

  9. #9
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    >>Make a bitmap 64x64 pixels, draw a little smiley face in it. Then rename it to .ico<<

    Although you can do this, it is still a bitmap and not an icon which has a different file format. There appears to be no limit to the number of colours used and larger images are 'shrunk to fit'. Still, if all you are looking for is a quick fix, then that may be all you need.

    (biggest icon I ever made was 32x32 with a full 32 bit colour table weighing in at a hefty 64MB - which was, of course unintentional. Made me laugh, all the same )

  10. #10
    Registered User
    Join Date
    Mar 2002
    Posts
    6

    Hmmm

    Over 30,000 icon for you! Realy COOL!

    Visit Icon Searcher Homepage

    Icon Searcher performs fast scan of all local hard disks for icon images. The program handles lots of different file formats, like DLL, EXE, ICO, ICL, OCX ,SCR, CPL ,BPL and extracts all available icons from files to the user-friendly visual image list.

    Icons can be saved as separate icon files or copied to the Windows and then pasted into any application, document, or other environment supporting image pasting. This Program store found icons in database and compress them. Icon Searcher uses saving icons as BMP ,ICO ,JPG,GIF files.


    Icon Searcher includes the following main features:

    * Easy to use GUI.
    * Very fast scan speed!
    * Found Icons compressed and store in database , saving disk spase.
    * Found Icons keep original name and directory name,if icon is extracted ,then keep the extract filename and icon name.
    * Icon display 100 icons/page,can jump any page you want.
    * Support standard Windows icon (48x48 32x32,16x16) and Custom icon sizes(8x8,24x24).
    * 256 and 24-bit true color icons full support.
    * Four formats support (.ICO .BMP .JPG .GIF) for saving icons to disk.
    * Support copy icon to Windows Clipboard.
    * Can be minimized or stop while scanning disks for icons.
    * Support Filter icon.
    * Support save your own icon collection,you can share with other.
    * Support multiselect icons.
    * Support view subicon(s).

  11. #11
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    There is a nice, ez to use Freeware tool called Bmp2Ico that u can download from http://www.download.com that turns bmp files into ico and changes them into the nessisary colors etc

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Icon Help
    By The Brain in forum Windows Programming
    Replies: 11
    Last Post: 04-05-2009, 04:06 PM
  2. Icon problem
    By mkyong in forum Windows Programming
    Replies: 0
    Last Post: 02-17-2003, 05:39 PM
  3. Icon? help!
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 12-16-2001, 06:21 PM
  4. icon in title bar?
    By Unregistered in forum Windows Programming
    Replies: 3
    Last Post: 12-12-2001, 06:43 PM