Hi everybody,
i want to ask if processing can do slit scan with pictures
thank you
ASHER
2
Hello,
Is this what you mean?

Photo by Simone Hutsch on Unsplash
glv
3
Then ask!
I was able to do this with a few lines of code:

Reference:
Hints:
- get() and mouseX() to get a slice (slit) of the image
- set() to draw the slice while increasing x each frame of draw()
Reference:
:)