projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
grid lines in debugging mode
[imago.git]
/
greyscale_test.py
diff --git
a/greyscale_test.py
b/greyscale_test.py
old mode 100644
(file)
new mode 100755
(executable)
index
97ed3ac
..
160bc78
--- a/
greyscale_test.py
+++ b/
greyscale_test.py
@@
-1,6
+1,8
@@
+#!/usr/bin/env python
+
import Image, ImageMath
+
import im_debug
-import sys
im = Image.open('./image.jpg')
im_debug.show(im, 'Original image')