User:Flo/pil: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 April 2021

  • curprev 03:0503:05, 12 April 2021Flo talk contribs 139 bytes +139 Created page with "<code>from PIL import Image from urllib.request import urlopen f = Image.open("coin-toss.jpg") a = f.convert("1") a.save("coin.png")</code>"