Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Destressing Images ====== By: [[yuna-wu|Yuna Wu]] Still working on it to put all the pieces together 🙌🏻 Pieces of my Destressing Images.⬇️⬇️⬇️ === Sun ☀️ === {{::yuna-final-version-separate-sky.png?800|}} <code/> //Sun //wave s0.initScreen() src(s0) .add(noise(10, 0.1), 0.01) //.color(0,3,5) .modulateScrollY(osc(20),0.1,0) //.layer(shape(4)) //.add(shape(999)) //kaleid .add(osc(25,-0.1,0.5)) .kaleid(30) .scroll(0.24,-0.83,0,0) .scale(1.7) .blend(s0,0.5) .out(o0) </code> {{::yuna-images-sun.png?800|}} <HTML> <iframe width="560" height="315" src="https://www.youtube.com/embed/2MS7SwNfldo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </HTML> === Ocean 🌊 === {{::yuna-final-version-separate-ocean.png?800|}} <code> //wave s0.initScreen() src(s0) .add(noise(10, 0.1), 0.01) //.color(0,3,5) .modulateScrollY(osc(20) .scroll( () => -mouse.x / width, () => -mouse.y / height),0.1,0) //.layer(shape(4)) //.add(shape(999)) .out(o0) </code> {{::yuna-images-ocean.png?800|}} <HTML> <iframe width="560" height="315" src="https://www.youtube.com/embed/0a8cwfHQ8R4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </HTML> === Boat 🛳️ === {{::yuna-final-version-separate-boat.png?800|}} === Bird 🦋 === {{::yuna-final-version-separate-birds.png?800|}} yuna-wu-destressing-image.txt Last modified: 2023/01/29 23:27by yuna.wu Log In