primitive icon indicating copy to clipboard operation
primitive copied to clipboard

Feature request: continue computation

Open dionysio opened this issue 9 years ago • 1 comments

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?

dionysio avatar Oct 31 '16 12:10 dionysio

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

fogleman avatar Oct 31 '16 15:10 fogleman