/PngToIco

Extremely simple command line tool to convert .png files to .ico files using System.Drawing.Bitmap

Primary LanguageC#MIT LicenseMIT

PngToIco - .NET

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