画質 高画質

Alternate post-processing

1 11

We might not be the best at processing bad information

0 1

私は三度の飯より自由が大好きです。🆓🤤

1 18

The wheels of grind exceeding slow......

Now processing items from 2016 .... wait for it ... back 2009 (ELEVEN years ago!)

And these aren't dregs, they're bits of jewellery and other little bits that I've never got around to processing!

Embarrassed? NAH!

1 1

float t,r,T;
void setup(){size(720,720);noStroke();colorMode(HSB);}
void draw(){
clear();
t+=.003;
for(r=0;r<TAU*9;r+=.2){
fill(r*r%255,99,255,T=tan(r+t)*99);
arc(cos(2*r+t)*r*9+90+T,sin(9*r+t)*r*9+360+T,r,r*8,r,r+PI/2);
}
copy(0,0,360,720,720,0,-360,720);
}

3 24

Want to really learn
🌟Get the Core Skills Photoshop Compositing - Processing - Typography and Output Video Course! 🌟Get A Bonus of 80 Premium Stock Photos + 16 PSD Art Files Included! https://t.co/UmzoVB6dJ4

0 1

metaballs in with graphic restrictions

1 4

float t,x,y,r,N;void setup(){size(720,720);};void draw(){clear();t+=.005;for(y=0;y<780;y+=60)for(x=0;x<780;x+=60)for(r=0;r<TAU;r+=TAU/((x+y)/60%9+2))curve(x,y,x,y,x+cos(r+(N=noise(x,y,t)*9))*cos(t+N)*30,y+sin(r+N)*sin(t-N)*30,cos(r+x)*30*N+x,sin(r+x)*30*N+y);}

48 229

“Be kind to yourself, you’ve been through so much”

I’ve been doing a ton of growing this year , in just processing past & new traumas, learning about my needs, learning to be OK with having needs, and just becoming more sympathetic with myself. It’s hard, but so worth it.

18 153


R=random
size(724,724)
clear()
L=range(3000)
for j in [0]*25:
r=0;filter(BLUR,2)
for i in L:t=i*2.52;t/=2;c=R(999);stroke(c,c-r*9+R(300),c-r*2+R(100),300-r);x=r*cos(t)+R(30)+362;point(x,.3*r*sin(t)+R(9)+420-x*.2);r+=.1
for j in L:circle(R(724),R(724),R(2))

9 33