Command Line Use

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

usage: trivector [-h] [-d {right,left,alternating}] image output sector_size

Positional Arguments

image path to the image to trivector
output path to output the trivectored image

Image Generation Options

sector_size size in pixels for each triangle sector
-d, --diagonal-style
 

Possible choices: right, left, alternating

diagonal arrangement of the triangle sectors

Default: alternating