Porting code with 2to3 with some manual changes. The pillow modules is now required https://github.com/python-imaging/Pillow/

This commit is contained in:
Cédric Bonhomme 2013-03-20 21:17:31 +01:00
parent f629773772
commit b3a4bdaf4b
10 changed files with 54 additions and 53 deletions

View file

@ -105,4 +105,4 @@ if __name__ == '__main__':
elif sys.argv[1] == "reveal":
img = Image.open(options.input_image_file)
print reveal(img)
print(reveal(img))