Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.21 KB

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