What is Nostr?
py5coding /
npub1snh…2xgv
2024-01-03 20:53:25

py5coding on Nostr: #py5's new `to_pil()` method returns the frame as a PIL Image, making it easy to ...

#py5's new `to_pil()` method returns the frame as a PIL Image, making it easy to implement a Droste effect with a loop:

size(1024, 1024)
background('w')
image(Image.open('logo.png'), 512, 512)
for _ in range(9):
image(to_pil().resize((595, 595)), 0, 0)

#genuary #genuary3 #processing #python #art

Author Public Key
npub1snhr369rl5q977dd2n8rnxy95zsyj0engh70ehvjx5uefvjmezds852xgv