Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 1019 Bytes

readme.mkd

File metadata and controls

35 lines (21 loc) · 1019 Bytes

PhoneGap Icon Generator

Project unmaintained

Generate PhoneGap icon and splash screens.

Usage

Takes three position parameters:

  1. A path to an icon image. Should be a square with a recommended size of 2048x2048 in any file format that ImageMagick understands (e.g. png, svg)
  2. A background fill colour hex string (used in splash screens). The icon will be centered on top of a single-colored background.
  3. Optional. A destination directory, otherwise the current working directory.

Copy the resulting res directory within your PhoneGap's www directory and merge the provided config.xml.

Dependencies

  • convert from the ImageMagick package

Author

Copyright 2012 Tom Vincent http://tlvince.com/contact

License

Released under the MIT License.