• Remix
  • Share
  • New Entry

on 13 Oct 2021
  • 5
  • 34
  • 0
  • 0
  • 274
I=image;
f=imresize(I.CData,61);
imagesc(f(1300:3000,1850:3850),'AlphaData',.6);
colormap(flip(colorcube));
B=getframe(gca,[5 5 428 340]);
m=B.cdata;
d=flip(rescale(m,0,240));
for k=1:340
m=[m;circshift(d(k,:,:),randi(50),2)];
end
image(m)
axis off
text(225,350,"🕺",'FontSize',100,'color','c')
Remix Tree