Created
November 1, 2024 09:27
-
-
Save beryann/b0f3ea19289c7eb8995ef956c031fb1e to your computer and use it in GitHub Desktop.
Digital chinese landscape seen in Hydra video synth
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
speed = 0.5 | |
s0.initImage("https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Shaqi_jrvej.jpg/640px-Shaqi_jrvej.jpg") | |
src(s0) | |
feedbackIntensity = .3 | |
src(s0).blend(s0).colorama(feedbackIntensity / 15) | |
.modulatePixelate(noise(25,0.5),400) | |
.saturate(10) | |
.out() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment