Skip to content

Add a batch processing tool with fully customizable parameters to automate your Inkscape tasks more easily.

License

Notifications You must be signed in to change notification settings

nullmastermind/inkscape-for-trace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inkscape

Used only for automation scripts

Features

  • Add options for tracing

This is a video where I used this repository to automate some pixel art image editing: https://www.youtube.com/watch?v=-rXxJMkYn5w

Quick guide

# New trace action with fully optional parameters
selection-trace:{scans},{is_smooth[false|true]},{is_stack[false|true]},{is_remove_background[false|true],{speckles},{smooth_corners},{optimize}}
# Example:
# Trace 256 colors then export to output.svg
$ inkscape.exe --actions="select-all;selection-trace:256,false,true,true,4,1.0,0.20;export-filename:output.svg;export-do;" "input.png" --batch-process

# If "false|true" does not work, please replace it with "0|1", because my project has been bankrupt for a long time and is no longer maintained, but rest assured that it still works very well.

If you encounter the "png bitmap image import" settings popup, please follow this issue to disable it: #2

About

Add a batch processing tool with fully customizable parameters to automate your Inkscape tasks more easily.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published