Releases: fablabnbg/inkscape-centerline-trace
centerline trace bugfix release
centerline-trace with clipping and quality options
centerline trace with setup.exe for windows
For use with inkscape-0.92.3
You also need to install autotrace setup.exe from http://github.com/jnweiger/autotrace/releases
The python-pil module should already be shipped with inkscape, if not, try
"\Program Files\Inkscape\python" -m pip install pillow
centerline trace now works on MacOS
Version 0.8 supports the new MacOS package from https://github.com/jnweiger/autotrace/releases
and tested on High Sierra with good old dolly.png like this:
centerline-trace support for mac slightly improved
-
we can ow find autotrace in some typical locations on osx. the big question remains, how to make an autotrace package for mac. binaries are there, just not properly packaged: https://github.com/jnweiger/autotrace/releases
-
please help who-ever has a mac, and can whip together a trivial package.
Support transparency with either white or black background
Support transparency
Adding support for transparent images. This simply assumes that we operate on white background as suggested in #3 -- this is plausible, as inkscape starts out with a white background anyway.
Added support for embedded jpeg
Remove option added. Dependencies fixed.
This update of centerline-trace has seen several improvements.
- New feature: remove option to replace the bitmap with a vector graphics in one click.
- Execution speed is controlled by
- limiting the megapixels per image sent to autotrace.
- a user changeable number of candidate runs with autotrace. Default was 15, now 1, and still works great!
- Quality is controlled by
- a despecle median filter
- an equal brightness preprocessor (only needed with badly lit noisy photos)