multiple images scroll across frame?
Hi all, I'm trying something out for an assignment and would be grateful for any help.
I want to have a collection of images scroll from right to left through a window
The frame should be 255 * 255, the same size as the images.
I need to blur the seams between the images, probably by using [smoothstep]?
My solution involved jit.gen, using an inlet for each image and incrementing a value fed into [nearest], then blacking out the pixels that weren't in use, before mixing all the images together.
this seems super wasteful and keeps crashing my computer.
does anyone have any pointers?
Hi David,
There are many ways to implement if; this could be a way to go:
Here I'm using just two images, and to make an actual slideshow you have to change the images at the right time.
Cheers!