primitive
primitive copied to clipboard
Feature request: continue computation
I'd like an option that would allow you to add more shapes to an already transformed image. Is it feasible in your current implementation?
It would be quite easy to specify a starting image. Just need to initialize model.Current to an image loaded from disk:
https://github.com/fogleman/primitive/blob/master/primitive/model.go#L47