User:Cristinac/Project01: 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.

17 February 2015

  • curprev 17:3517:35, 17 February 2015Cristinac talk contribs 309 bytes +309 Created page with "::Python script: <source lang="python"> from PIL import Image def avg(p): pil_im = Image.open(p) i=pil_im.convert('L') i.thumbnail((1,1)) g=i.getpixel((0,0)) return g ..."