1.0.0 • Published 2 years ago
photo2ico-cli v1.0.0
Photo2Ico-cli
Photo2Ico-cli is a command line application to convert photo file to icon file. Converting PNG, WebP, or JPG images to ICO files, suitable for use as application icons.
Installation
Ensure you have Node.js and npm installed. You can install the tool globally using the following command:
npm install -g photo2ico-cliUsage
To convert an image to ICO, use the following command:
p2i path/to/your/image.pngThis will create an ICO file in the same directory as the input image, with the same filename but a .ico extension.
1.0.0
2 years ago