fogleman / primitive

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

How can I do that? #76

Closed DyeffersonAz closed 6 years ago

DyeffersonAz commented 6 years ago

image Translation: 'primitive' is not recognized as a intern comand or an lot operable program

How can I do that?

ccothrun commented 6 years ago

Paths are handled differently on Windows, After building in Windows, the primitive executable is not anywhere in the build folder or anywhere else on the path, it is in the c:\Users\%USERPROFILE%\go\bin folder. So I used the command c:\users\chris\go\bin\primitive -i d:\Projects\primitive\toto.png -o d:\Projects\primitive\toto_p.jpg -n 100 (adjust accordingly for your drives, folders, files, and username).