Extremely simple command line tool to convert .png files to .ico files using System.Drawing.Bitmap
Usage:
pngtoico path/to/png.png
Optionally with output path:
pngtoico path/to/png.png path/to/output.ico
Extremely simple command line tool to convert .png files to .ico files using System.Drawing.Bitmap
C#MIT