How to make a icon from a graphic file?
-
How can i "transfer" a "*.bmp" or other graphic to a ICON file......so that i don't have to draw by myself.
-
How can i "transfer" a "*.bmp" or other graphic to a ICON file......so that i don't have to draw by myself.
Hi, Curiously, in Windows, if the bitmap is of the right size then you can actually just change the extension to .ico. Of course, it will automatically generate the different sized icons (32x32, 16x16) so they won't be the best thing ever but hey! You could also use a tool like Photoshop to resize the bitmap and then copy/paste it into devstudio. Hope that helps, Andrew.
-
Hi, Curiously, in Windows, if the bitmap is of the right size then you can actually just change the extension to .ico. Of course, it will automatically generate the different sized icons (32x32, 16x16) so they won't be the best thing ever but hey! You could also use a tool like Photoshop to resize the bitmap and then copy/paste it into devstudio. Hope that helps, Andrew.