The Wayback Machine - https://web.archive.org/web/20201024013337/https://github.com/Doudou8/make-icns
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

make-icns

npm version license dependencies

make-icns is a cli that converts a single PNG image into a ICNS image. It does very quickly with very good quality! It is designed to be simple to use on your local machine and to be easy to implement in other projects.

Installation

You may need to use sudo to install the package globally. If you get an error installing with sudo, you might want to add--unsafe-perm to the command. This CLI has been tested on macOS Catalina and Ubuntu 18.04 (LTS).

$ npm i -g make-icns

After installing the cli globally or on your project, you are ready to use it.

Usage

In order to get a good quality icon, the picture must be at least 1024x1024 pixels.

This command will convert your PNG into an ICNS in the destination directory. The generated ICNS file will by default take the name of the PNG file. Note that the new image will also override any ICNS file with the same name and extension in the destination directory.

Command:

$ mk-icns <png-file-path> <destination-directory>

Options:

Options Desription Type
-n Name the generated ICNS file string
-h, --help, help Show help -

Example:

$ mk-icns /path/to/pngFile.png /destination/directory -n "ThisIsAnICNSFile"

Author

  • Vu Dang Khoa Chiem - Doudou8

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A CLI to help you convert a single PNG file into an ICNS file.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.