correct colors on linux (camera)
[imago.git] / greyscale_test.py
old mode 100644 (file)
new mode 100755 (executable)
index 97ed3ac..160bc78
@@ -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')