tomezpl / hicolorgen

Free Ubuntu hicolor icon generator, written in Python and Scheme (Script-Fu) for GIMP. Requires GIMP to work.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hicolorgen

Description

Free Ubuntu hicolor icon generator, written in Python with OpenCV libraries.

Installing and set-up

Python

The script seems to work fine with Python 2.7.6. You can run this command to install it, although it should come with a standard Ubuntu 14.04 installation: sudo apt-get install python2.7

Dependencies

Since the script is written with OpenCV, you will need to install that. This apt command should install all necessary libraries and bindings for Python:

sudo apt-get install python-opencv

Usage

This is the command format used by the script:

python generate.py <path-to-source-icon-image-file>

You may have to execute this with root privileges, which will result in

sudo python generate.py <path-to-source-icon-image-file>

If your source icon image file path contains spaces, be sure to put the path in quotes.

About

Free Ubuntu hicolor icon generator, written in Python and Scheme (Script-Fu) for GIMP. Requires GIMP to work.

License:MIT License


Languages

Language:Python 86.1%Language:Scheme 11.2%Language:Shell 2.7%