Icon Extraction Utility

Small utility built in Python to extract icons from an image sheet containing multiple icons on them.

 

The extracted icons/images are saved in the same directory as the source file and a ZIP file is created with the images.

Usage: python extract_multiple_images_from_composite.py <source_file> <output_directory>

Source: Github Source Code