Skip to content

Releases: fablabnbg/inkscape-centerline-trace

centerline trace bugfix release

05 Sep 00:19
Compare
Choose a tag to compare

Fixed #28
Hints for #27 added.

Untitled

That is how a leaf should vectorize!

centerline-trace with clipping and quality options

04 Sep 03:00
Compare
Choose a tag to compare
  • New option: cliprect, hairline, at_filter_iterations, at_error_threshold added.
  • Fixed stroke_width of scaled images.

grafik

red: default filter-terations=4, error-threshold=2.0
yellow: filter-terations=0, error-threshold=1.0

centerline trace with setup.exe for windows

02 Sep 21:58
Compare
Choose a tag to compare

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

01 Sep 13:23
Compare
Choose a tag to compare

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:

grafik

centerline-trace support for mac slightly improved

26 Jun 07:52
408d66e
Compare
Choose a tag to compare
  • 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

07 Nov 17:42
Compare
Choose a tag to compare

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.

As suggested in #9 we apply black background when the user enables the 'trace bright lines' checkbox.

Support transparency

07 Nov 00:33
Compare
Choose a tag to compare

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

05 Nov 23:06
Compare
Choose a tag to compare

This is a bugfix release for

  • #8 Only PNG works for embedded image
  • #4 Extension creates file in my extensions directory
  • #1 Cannot get working with Inkscape 0.48 in Ubuntu 14.04

Thanks everybody for filing issues!

Remove option added. Dependencies fixed.

16 May 19:58
Compare
Choose a tag to compare

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)

centerline-trace-3-images-done