//=time() ?>
Any fantasy portraits turn out to be surprisingly beautiful. Yes, of course, I use post-processing and tweak some details. The result is amazing, I'm going to try something else 😌
#midjourney
My boyfriend and I have been together for nearly 12 years. We have gotten each other through the roughest times and shared many happy memories. Tonight, he proposed. And I said yes.
I'm still processing, excited and nervous at the same time. This is huge.
#GENUARY 29: Maximalism.
Messing around with different blend modes in Processing.
#genuary29 #generative #generativeart #processing #genart #genartclub #creativecoding #madewithcode #colourful #colors #abstract #abstractart
Shining Mountain.
sm-230130022501
I realized noise(x) == noise(-x)! 🏔 https://t.co/VS3ElUu2Cq
#processing #generative #creativecoding #OpenSource
以前書いたコードで気に入ってるやつです。#p5js #javascript #Processing #generativeart #creativecoding #dailycoding
From time to time I also work with digital image processing: I sometimes further process my paintings on the computer. That's how this picture came about. It is available as an art print.
https://t.co/1vUUN7VIAB
https://t.co/7GmqNFEUqV
#painting #image #processing #digital
got to read ‘Love & Death & Taxes’ (by @Aaveena1 ☺️) last sunday~
this one-shot’s so good and full of feelings that i am still processing it all after 5 business days 😹
Multiwavelength View of NGC 1300 (ALMA, VLT)
SCIENCE: NASA, ESA, ESO-Chile, ALMA, NAOJ, NRAO
IMAGE PROCESSING: Alyssa Pagan
https://t.co/sCdMjxc83a
Still spending tons of time on post -processing - especially with female characters cause even after upscaling and noise removal there are still too many ugly artifacts on faces. I hope that you see the difference here 😉🔥
#AIIA
#GENUARY 24: Textile.
Testing a system with a lot of output variability depending on the underlying Perlin noise.
#genuary24 #generative #generativeart #processing #genart #genartclub #creativecoding #madewithcode #colourful #colors #abstract #abstractart
The Lively Center of the Lagoon Nebula
-
📷: NASA, ESA, Hubble; Processing & Copyright: Mehmet Hakan Özsaraç
t=0
a=[]
draw=_=>{t||createCanvas(W=720,W)
colorMode(HSB)
B=blendMode
R=random
a[t%W]={x:R(W),y:R(W),l:0,c:R(A=360)}
t++
B(BLEND)
background(0,.02)
B(ADD)
a.forEach(e=>fill(e.c,70,W,T=tan(e.l++/W))+circle(e.x+=cos(R=noise(e.x/A,e.y/A,t/W)*9),e.y+=sin(R),2/T))}
#つぶやきProcessing