Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 603 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 603 Bytes

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