projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
specification version 3
[imago.git]
/
greyscale_test.py
diff --git
a/greyscale_test.py
b/greyscale_test.py
index
52286e4
..
160bc78
100755
(executable)
--- a/
greyscale_test.py
+++ b/
greyscale_test.py
@@
-1,8
+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')