1.0.0 • Published 3 months ago

photo2ico-cli v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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-cli

Usage

To convert an image to ICO, use the following command:

p2i path/to/your/image.png

This will create an ICO file in the same directory as the input image, with the same filename but a .ico extension.

1.0.0

3 months ago