maxim-s-barabash / ZebraTrace

Bitmap to Vector Conversion. Woodcut, guilloche, halftone effects
http://maxim-s-barabash.github.io/ZebraTrace/
GNU General Public License v3.0
146 stars 21 forks source link

Suggestion: Abstract/Refactor/Separate UI/SVG Code #2

Open danieldjewell opened 3 years ago

danieldjewell commented 3 years ago

Just a thought, it would be great to separate the UI from the SVG generation parts so that this could be used as either a complete program or as a module/library in another program.

maxim-s-barabash commented 3 years ago

I thought about this too, but you can always do for example

from zebratrace.geom.funcplotter2 import FuncPlotter