primitive icon indicating copy to clipboard operation
primitive copied to clipboard

Reproducing images with geometric primitives.

Results 56 primitive issues
Sort by recently updated
recently updated
newest added

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?

Added ability to export steps into json. Based on #17 and my own requirements Example: primitive -i input.jpg -o out.json -n 10 output ``` json { "width": 256, "height": 111,...

An interesting option could be to implement a score based cutoff... so instead of providing the number of primitives one would specify the desired "score" of the result. I am...

`go get -u github.com/fogleman/primitive` no longer works and I'm getting "-u provided but not defined" error when using the new `go install`. Please help :)

What did you use to build the mac app?

This can allow for the website to have a sort of demo or web-based version that others can use. As far as I know, [tinygo](https://tinygo.org/docs/guides/webassembly/) seems to have support for...