Super simple python script to mass create simple icons by overlaying foreground images on top of background images. Simply run icon_maker.py
with the below arguments.
-b
or--background
- The folder of background images. Defaults toBackgrounds
.-f
or--foregrounds
- The folder of foreground images. Defaults toForegrounds
.-r
or--Results
- The folder to save the created icons to. Defaults toResults
.-s
or--Size
- The size to make the icons in pixels. Defaults to128
.
Included sample images are from Kenney's "Shape Characters" under the Creative Commons CC0 license.