Skip to content

Node script to convert input png to icns, ico and resized png icon sets

Notifications You must be signed in to change notification settings

trepidacious/icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icons

Dockerised Node script to convert input png to icns, ico and resized png icon sets.

Uses jimp and png2icons.

Running

Preferred approach is to run in a container in VS Code:

  1. Open in VS Code with Remote Development extension installed.
  2. Replace input.png with your icon image, preferably 1024x1024 pixels or a multiple of this.
  3. Start an integrated terminal, and run npm install then node index.js.
  4. You should see icons in dist folder.

Alternatively if you have Node 8 installed already, just npm install and node index.js in this directory.

About

Node script to convert input png to icns, ico and resized png icon sets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published