User:Mths/rgb sort: 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.

1 April 2013

13 March 2013

10 March 2013

  • curprev 18:2018:20, 10 March 2013Mths talk contribs 774 bytes +774 Created page with "<source lang="python"> from PIL import Image, ImageDraw import sys filename = sys.argv[1] newfilename = sys.argv[2] im = Image.open(filename) colors = im.getcolors(im.size[..."