Skip to content

Tool for creating svg of contoured base64-encoded image

License

Notifications You must be signed in to change notification settings

stickerum/contourer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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