mattdesl / color-wander

:art: Generative artwork in node/browser based on a seeded random
http://color-wander.surge.sh/
1.62k stars 147 forks source link

Render to arbitrary large size? #13

Closed patrickhlauke closed 8 years ago

patrickhlauke commented 8 years ago

Forgive the noobish question, but: is there any way to output PNGs of any arbitrary (large) size? Or is the current resolution (2560x1440) a hard limit? (i.e. if i wanted to render a PNG at giant poster size for actual poster printing, is there any way to get something with 4x those dimensions)

mattdesl commented 8 years ago

Since this is mostly a proof of concept, the current size is hard-coded. However, you can fork & change the sizes if you want. :smile:

patrickhlauke commented 8 years ago

ah sorry, haven't actually forked/got it to work (on Windows, so it's proving tricky), but did a naive search in the repo for "2560" and couldn't find it, so wasn't sure if there was even a variable anywhere for it. will have a look once i get it to work.