Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

exherb/icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icons

generate icons of all sizes and config file (e.g. Contents.json) required devices, inspired by http://makeappicon.com

Supported Devices

  • iOS && Android && Windows Phone
  • OS X - icns (mac only)
  • Windows - ico
  • Favicon - ico && apple-touch-icon
  • Blackberry
  • Chrome Web Store

Desktop Version

Web version

iconographys - http://iconographys.appspot.com/

CLI version

install

just type pip install icons in your term.

usage

icons [--type {launch,notification,image,tab,webclip,toolbar,icon}]
      [--device {ios,android} [--zip]
      icon_path [-o TARGET_PATH] [--baseline BASELINE]
# with gui
icons_gui
  • icon_path - the source image path
  • target_path(optional) - the target path
  • baseline(optional) - baseline scale. the default is 3, and it's mean the source image is at @3x scale
  • type(optional) - icon type, the default is icon
  • device(optional) - including only devices, the default is iOS
  • --zip(optional) - put icons into a zip file instead of directory

screenshot

Desktop version

discontinued.