Skip to content

Instantly share code, notes, and snippets.

View kakugyou's full-sized avatar

kakugyou kakugyou

View GitHub Profile
@cncuckoo
cncuckoo / imgHash.py
Created July 22, 2011 06:10
Wote用python语言写的imgHash.py
#!/usr/bin/python
import glob
import os
import sys
from PIL import Image
EXTS = 'jpg', 'jpeg', 'JPG', 'JPEG', 'gif', 'GIF', 'png', 'PNG'