Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 373 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 373 Bytes

android-icon-generator

Python script for creating android icons from png images using ImageMagick®. This script was tested in ubuntu 14.04LTS.

Install ImageMagick®

sudo apt-get install imagemagick

Command

./icons_builder.py [-h] [--size size] [--padding dp-value] [--name name] [--color color] [--dest dest_dir] <image_path>