This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
""" | |
@file android_iconify.py | |
@license GPLv3 | |
@author [email protected] | |
@date copyright 2018 | |
@brief Automate the re-sizing of icons for Android using python and rsvg-convert based on Michael Mitchell python script | |
@usage android-iconify.py icon_file_to_convert.svg | |
Naming and sizing based on suggested developer practices here: |