Skip to content

Instantly share code, notes, and snippets.

@veiset
Last active August 29, 2015 14:10
Show Gist options
  • Save veiset/98af7de223c0d3caa8ff to your computer and use it in GitHub Desktop.
Save veiset/98af7de223c0d3caa8ff to your computer and use it in GitHub Desktop.
from PIL import Image
from collections import Counter
print Counter(Image.open('Santa.png').getdata()).most_common(10)[-1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment