stickerum / contourer

Tool for creating svg of contoured base64-encoded image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contourer

Tool for creating svg contours for images.

Example

As an original image you should use png pic with a transparent background.

Original image color: red
margin: 0
color: blue
margin: 10

How it works

Usage

Download version for your OS from releases.

Run app with path to image as an argument.

./contourer-linux path/to/image.png

Vectorized copy of image with contour will be created near the source file. It will have the same name and .svg extension.

Customization

Set up contour color with color (default: pink) arg.

./contourer-linux path/to/image.png --color=blue

You can set margin (default: 0).

./contourer-linux path/to/image.png --margin=10

Improvements

Fork me and feel free to ask questions, report bugs and open pull requests. Check out developer's guide.

License

GPL-2.0

About

Tool for creating svg of contoured base64-encoded image

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%