Skip to content

A Simple commandline application for vectorizing pixel-art images.

License

Notifications You must be signed in to change notification settings

scayze/PixelTrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelTrace

A Simple CLI-program for vectorizing and upscaling images.

Dependencies

  • Potrace (libpotrace)

Usage

PixelTrace ouputs a SVG file, output can be altered with the following options:

PixelTrace

  • --help : Display different options and parameters
  • -f, --file : define input-file (.bmp, .png, .tga, .jpg, .gif, .psd, .hdr, .pic)
  • -o, --output : define output-name (without format!)
  • -t, --turdsize : vectorization suppresses speckles of up to this size (default 2)
  • -a, --alphamax : vectorization corner threshold parameter (default 1)
  • -O, --opttolerance: curve optimization tolerance (default 0.2)
  • -z, --turnpolicy : how to resolve ambiguities in path decomposition (black,white,left,right,majority,minority,random)

About

A Simple commandline application for vectorizing pixel-art images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published