fogleman / primitive

Reproducing images with geometric primitives.
https://primitive.lol/
MIT License
12.35k stars 608 forks source link

Feature request: continue computation #38

Open dionysio opened 7 years ago

dionysio commented 7 years ago

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?

fogleman commented 7 years ago

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