Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 742 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 742 Bytes

Splunk Icon Generator

Creates icons to be used for developing Splunk apps and add-ons via resizing a provided image. More information about Splunk"s required image sizes can be found here: https://dev.splunk.com/enterprise/docs/developapps/createapps#Add-icons-to-your-app

Installation

pip install splicon

Usage

splicon [-h] [-d DESTINATION] [-v] filename
positional arguments:
  filename              Image file from which the Splunk icons are generated.

options:
  -h, --help            show this help message and exit
  -d DESTINATION, --destination DESTINATION
                        Directory/Folder for storing the processed icons.
  -v, --version         Prints the version.