Metadata-Version: 2.0
Name: icon-resizer
Version: 0.0.3
Summary: iOS app icon resizing tool
Home-page: https://github.com/LordDarkula/icon-resizer
Author: Aubhro Sengupta
Author-email: aubhrosengupta@gmail.com
License: MIT
Platform: MacOS X
Platform: Windows
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click
Requires-Dist: Pillow

icon-resizer
============

iOS app icon resizing tool |Icons|

Resize app icons and glyphs to Apple’s required sizes for iOS app
development.

Installation
------------

icon-resizer requires ``Python3`` and can be installed using ``pip``.

.. code:: bash

   $ pip install icon-resizer

Example
-------

.. code:: bash

   # Saves resized images in a folder called output in the current directory.
   $ icon appicon resize my-icon.png

Usage
-----

Type ``icon --help`` for the usage pattern.

.. code:: bash

   Usage: icon [OPTIONS] COMMAND [ARGS]...

   Options:
     -v, --version  Show current version
     --help         Show this message and exit.

   Commands:
     appicon  Manipulate raw app icon image
     tabbar   Manipulate raw tab bar glyph

.. |Icons| image:: https://developer.apple.com/ios/human-interface-guidelines/images/CustomIcon_Sizes.svg



