Skip to content

Handy tool for generating a bunch of icons from one source, e.g. for mobile apps development

License

Notifications You must be signed in to change notification settings

alfacrab/microp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mobile-icon-cropper

A handy tool for generating a bunch of app icons from one source

Synopsis

TODO

Installation

This tool depends on imagemagick library (7.0.10-58), so you have to install it's build from official site, brew or macports if it wasn't setup already.

brew install imagemagick

**Check your environment

pkg-config --cflags --libs MagickWand

Development dependencies

  • gopkg.in/gographics/imagick.v3/imagick
  • gopkg.in/yaml.v2