Results 1 to 28 of 28

Thread: how do you create your app icons?

  1. #1

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    how do you create your app icons?

    i'm trying to make an ico icon for my app notifyicon control, every image is scale (using photoshop) look distorted and "unclear" is there an acceptable method of creating ico that i'm not aware of ?
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  2. #2
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: how do you create your app icons?

    This is not a vb.net question...

    But inside the IDE you have an "image editor" you can create your icons there.
    Code:
    Application Properties\Resources\New Icon

    Rate People That Helped You
    Mark Thread Resolved When Resolved

  3. #3

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    Re: how do you create your app icons?

    but i have an existing image i want to display as icon and not create of from scracth
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  4. #4
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: how do you create your app icons?

    Like i said that's not a question for this forum :P

    But the only way that i know, it's after openning the image in photoshop, select image\image size... then set the new size (32x32 for example) and set the type for Bicubic Sharper...

    Rate People That Helped You
    Mark Thread Resolved When Resolved

  5. #5

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    Re: how do you create your app icons?

    did that, still distorted , well thank you anyway.
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how do you create your app icons?

    Moved To General Developer

  7. #7
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: how do you create your app icons?

    Distorted how? What's the original image size (pixels)? DPIs?

    Rate People That Helped You
    Mark Thread Resolved When Resolved

  8. #8

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    Re: how do you create your app icons?

    not looking clear, original size is 114,94 px and i scale it to 32,32 px
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  9. #9
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: how do you create your app icons?

    Can you post here the image...

    Rate People That Helped You
    Mark Thread Resolved When Resolved

  10. #10
    Hyperactive Member Runesmith's Avatar
    Join Date
    Oct 2008
    Posts
    399

    Re: how do you create your app icons?

    Quote Originally Posted by motil View Post
    not looking clear, original size is 114,94 px and i scale it to 32,32 px
    You need to either crop the image to 94 x 94 and scale it to 32 x 32, or pad it to 114 x 114 and scale to 32 x 32.
    Runesmith

    The key to getting the right answer is asking the right question

    I just realized: good health is merely the slowest possible rate at which one can die

  11. #11

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    Re: how do you create your app icons?

    ok thanks i'll try it
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  12. #12
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: how do you create your app icons?

    Icons are a little tricky to make, especially if you want nice, alpha-blended edges to eliminate that jagged, chunky look older icons have. There's a professional image editing program out there called GIMP that's free to download and use. It's very powerful, possible just as powerful as Adobe Photoshop.

    With it, you can make your icon and save it as a PNG file. Make a set of PNG files of various standard sizes: 64x64, 48x48, 32x32, 16x16. Then using another free tool called png2ico, bind them all together into an .ico file.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  13. #13

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    Re: how do you create your app icons?

    Thanks!
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  14. #14
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: how do you create your app icons?

    Hey, that's great. Now, can anybody teach me to draw? My problem is not so much the size of the icon as my utter inability to draw, which makes the icon look like crap.
    My usual boring signature: Nothing

  15. #15

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    Re: how do you create your app icons?

    well, no one is perfect!
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  16. #16
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: how do you create your app icons?

    That's my problem to... Lack of ideas, design guidelines, and so on...

    Rate People That Helped You
    Mark Thread Resolved When Resolved

  17. #17

    Thread Starter
    PowerPoster motil's Avatar
    Join Date
    Apr 2009
    Location
    Tel Aviv, Israel
    Posts
    2,143

    Re: how do you create your app icons?

    that's alright I'm not an artist nor designer as well, just some basic knowledge of PS
    * Rate It If you Like it

    __________________________________________________________________________________________

    "Programming is like sex: one mistake and you’re providing support for a lifetime."

    Get last SQL insert ID

  18. #18
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: how do you create your app icons?

    Most of the icons I make, I don't draw, I just fond some simple graphics, cut out the background, fix the edges, shrink to 32x32 and see if it's still recognizable. If it is, then I see of 16x16 is still halfway recognizable too. If that isn't, I may pencil in the 16x16 by hand. Making something on a 16x16 pallet isn't hard!

    The beauty of icons, is that each size is a completely different picture, and thus, can be a completely different thing. An example is the icon for our flagship produxt. At 32x32, it's our product logo, a colorized, stylish image. At 16x16, that logo becomes totally unrecognizable, so we just used a simple white box with the company's initials "DS" in it.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  19. #19
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: how do you create your app icons?

    Quote Originally Posted by motil View Post
    not looking clear, original size is 114,94 px and i scale it to 32,32 px
    Of course the resized image will look distorted because the aspect ratio wasn't maintained when you resize it.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

  20. #20
    Member BytePtr's Avatar
    Join Date
    Apr 2007
    Location
    EE
    Posts
    44

    Re: how do you create your app icons?

    Usually i just create the main icon from some pictures. Or just use the freeware ones (for toolbars, menus, etc).
    Please rate my post if it has been helpful.
    Mark the thread as [Resolved] when your problem is solved!


  21. #21
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: how do you create your app icons?

    I havent got the time or the skill to make anything that looks nice, so I just bought about 60000 icons from here a while ago: http://www.iconshock.com/
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  22. #22
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: how do you create your app icons?

    Quote Originally Posted by chris128 View Post
    I havent got the time or the skill to make anything that looks nice, so I just bought about 60000 icons from here a while ago: http://www.iconshock.com/
    You don't mind telling us how much it cost you for the 60000 icons you bought, do you?
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

  23. #23
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: how do you create your app icons?

    That was a typo actually, it was 600000 not 60000 (came on 40 DVDs or something) - it cost about £200 I think. Which is a lot of money just for some images... but a lot less than any other icon company I found when comparing the quantity, quality and the amount of different formats you get the icons in. As I'm using WPF to make nice looking applications I figured it was worth actually getting some decent looking images to go in them instead of ruining them with my own custom creations. I mean there is no way I could make anything that looked remotely as good as this: http://www.iconshock.com/icon-sets/s...ing-icons.html

    EDIT: Looks like they have since added another 100000 icons to the collection as well
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  24. #24
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: how do you create your app icons?

    Thanks Chris... Yeah, their icons look very good and the prices are very resonable too.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

  25. #25
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: how do you create your app icons?

    Which deal did you buy? I see the link you showed has 3360 icons for $129 US, where's the 600,000 one?
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  26. #26
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: how do you create your app icons?

    yeah its weird, they have this mega deal which they dont seem to advertise until after you say you want to buy one of the normal sets. Basically when you add a set to your cart and then try and pay it asks if you want to pay an extra £100 for the entire current collection (or an extra £200 for the vector based Adobe Illustrator source files as well etc).
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  27. #27
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: how do you create your app icons?

    AH! Ok, I see it now. Yea, when you click on Buy Now, they give you the option for a subscription which allows you to download anything on their site for $370 US for the next 6 months or something. That's a pretty cool find.

    I wish they'd advertise that factoid up front because I always shied away from the site because I thought you could ONLY buy the things set-by-set. If you see an icon you want to use in this set and another in this set over here, and a third in this set here, that's $375 you've spent already and you only have 3 icons you actually want, and 9000 you probably don't.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  28. #28
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: how do you create your app icons?

    Yeah I think its pretty daft that they dont advertise it as well. I would never have even attempted to buy from them if DeanMc hadnt told me about that deal..
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width