Tool for creating svg contours for images.
As an original image you should use png pic with a transparent background.
Original image | color: red margin: 0 |
color: blue margin: 10 |
---|---|---|
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.
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
Fork me and feel free to ask questions, report bugs and open pull requests. Check out developer's guide.
GPL-2.0