Monday, March 18, 2013

From Images to Icons, a simple C# example

Software By Default - C# How to: Generating Icons from Images

This article illustrates the process of generating icon files (*.ico) from user specified input images. The accompanying sample source code implements a Windows Forms application, allowing for easily testing the icon generation process.

Sample source code

This article is accompanied by a sample source code Visual Studio project which is available for download here.

image

...

image

..."

This is a pretty targeted sample code, but something I need for a project... Also I like this as a starting point really simple means to convert an image into an icon. Right now my method is, well, lame...

No comments: