trivector

Build Status Documentation Status

Description

Convert an image into a SVG vector image composed of triangular sectors.

Installation

trivector can be installed from PyPI with the following command:

pip install trivector

Usage

To get help on using trivector type the following command:

trivector --help

Example

Below is a simple PNG raster image to trivectorize!

Before trivector

Running trivector meface_before.png meface_after.svg 20 yields the following trivectorized SVG image at meface_after.svg:

After trivector