Skip to content

jguest/iconify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Iconify

Generate icns from a single 1024x1024 png.

Installation

  • clone or download this repo
  • add export PATH="$PATH:path/to/this/repo" to ~/.bash_profile
  • source ~/.bash_profile

Usage

iconify <path/to/image.png> <path/to/destination>

example:

iconify ~/Desktop/sick-icon.png ~/Desktop/

will generate an icns file on your desktop with the following sizes:

  • 16x16
  • 16x16@2x
  • 32x32
  • 32x32@2x
  • 128x128
  • 128x128@2x
  • 256x256
  • 256x256@2x
  • 512x512

About

generate icns from 1024 png

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages