Multiple Random Pictures Generative Art
Hey y'all
Looking to make a generative art "profile picture" NFT style projects (not actually making NFTs :))
Anyone have a streamlined solution where I can upload a bunch of image sets and randomize the output for all of them.
Also would there be a quick way to export each image individually? I'm thinking of perhaps recording the randomization at a movie run at 30fps then subsequently exporting the movie as an image sequence in final cut
I have a general idea of how to achieve these results, but if I could get pointed in the right direction it would save me a lot of time. Thank you
Hey Noah,
This could be a solution:
If you want to make a video out of these images, you can combine those frame by frame in a video editing software, or you could collect the individual pics using [jit.record @realtime 0 @fps 30.]
Hi I was able to figure out a pretty elegant solution for what I am looking for.
I can just use multiple of these setups to load random images into multiple jitter matrixes then layer on top
Thanks for steering me in the right direction