Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 258 Bytes

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