Skip to content

Instantly share code, notes, and snippets.

@oliexdev
oliexdev / android-iconify.py
Last active December 26, 2018 13:06
SVG icon to png scripts for Android
#!/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: