PPC Application icon 16x16 and 32x32

  • Thread starter Thread starter Mats Boberg
  • Start date Start date
M

Mats Boberg

Hi,

I've read that a ppc application icon should be in dubble format with one
16x16 pixel icon and one 32x32 pixel icon.

Has anyone figured out how to create an icon that consist of both 16x16 and
32x32 pixels?

This should be trivial due to all want a presentable product to show the
customers...

I've tryed to use a 16x16 icon, but that icon didn't look good in 32x32
pixels and vice verca...

--
Mats Boberg

Regfellow
Kattsundsgatan 12:5tr
21126 Malmö

Tele: 040 611 48 20
Mob: 070 486 87 57
 
Use just about any icon editor (I use Axialis AXIcons). Create an icon file
and add two formats (16x16 and 32x32) to it. Design each and then save.
 
Has anyone figured out how to create an icon that consist of both 16x16
and
32x32 pixels?
You can do this through the VS.Net IDE. Add a new Icon file to the project
by selecting "File->New->File->Icon File" on the menu. You should now be in
the icon editor of VS.Net. If you look at "Image->Current Icon Image Types"
on the menu you can see all the image types that exist for the current icon.
By default there should be a 16x16 and 32x32 at 16 colors. You can choose to
delete the current image type and add new image types to the current icon
from the Image menu as well.

HTH
 
Thanx Chris and Tim

I can't say the editor in vs.net is userfriendly, but it did work!

/Mats Boberg
 
I found out that the maximum number of colors displayed by a Pocket PC is
4,096 which are 64bits if anyone tries this before me, i'll appreciate if
you post if it works...

Thanks,

Isaias
 
No, in keeping with the icon editors in other MS studio tools like VC6 and
eVC, it pretty much sucks (hence my use of another editor).

-Chris
 
No, 64-bit would be 2^64 values which is something like 18 septillion
colors. I've never seen anything that could edit or display 64-bit color
(not saying it doesn't exist, just that I've not seen it). I'd be shocked
if your eye has that resolution.

32-bit, common with high-end PC graphics cards is 4.3 billion.
24-bit, which is probably the max on most any PPC is 16-million
16-bit, which is probably the max most LCDs can actually achieve is 65k
colors
8-bit is 256 colors, and is suitable for just about any icon I've ever seen.

Using greater than 8-bit color for an icon is basically a (large) waste of
space.

-Chris
 
Visual Studio let you create those kind of files. Just create a new file of
type Icon, and you can set the different sizes with the menu option: "New
Image Type..." under the "Menu" menu.
If your question is about how can a 32x32 image be created automatically
based on a 16x16 image you can use one of the several icon tools avaiable.
For example: Microangelo.

Hope this helps!
Roberto
 
Back
Top