qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

Any way to manipulate a PNG to change on refresh? #65

Closed xBreaksx closed 8 years ago

xBreaksx commented 8 years ago

Hi, I want to know how to take a png with a set name (background.png) and have it change every time you reload. Is this possible? If it's not, here's another question for you: How would I be able to manipulate this so it's a "dynamic image" for something like a signature on a forum or whatever?

Thank you to anyone willing to give help ;)

qrohlf commented 8 years ago

Stackoverflow is probably a better fit for this question.

xBreaksx commented 8 years ago

But it's your software, so I assumed that you would know how to use it.

qrohlf commented 8 years ago

This isn't so much a usage question about Trianglify as it is a general web development/Javascript question. The issue tracker is for tracking issues with Trianglify itself, like bugs or feature requests. I would suggest posting your question on stackoverflow, someone there can probably give you a better answer to your question.

If the only thing you need help with is generating a png, see examples/save-as-png.js.