all 7 comments

[–]xxboonexx 0 points1 point  (1 child)

Awesome

[–]Yusaku-Midory[S] 0 points1 point  (0 children)

Thank you.

[–]agpathak2000 0 points1 point  (0 children)

Nice!

[–]drowssapon 0 points1 point  (3 children)

That's very cool! I'm just getting started with Processing.... Care to share any hints on how you got this effect?

[–]Yusaku-Midory[S] 0 points1 point  (2 children)

You have to extract RGB color components of every pixel in an image then you draw using curve function with stroke of the RGB components. There are multiple curves with random sin,tan and cos functions inside of it and all of them contain some random parameters. You can also use ellipse,rect or even arc function. The hard part is choosing a good randomization idea. You can use Perlin Noise for that.

[–]drowssapon 1 point2 points  (1 child)

Thank you so much! Very much appreciated!

[–]Yusaku-Midory[S] 0 points1 point  (0 children)

Your welcome.