changeset 397:cba3cefc6e56

Adding comment about using Pillow instead of PIL
author Jacob Alexander <haata@kiibohd.com>
date Sun, 01 Nov 2015 17:19:09 -0800
parents 9ec758fc2e1f
children 3437e2246259
files Scan/STLcd/bitmap2Struct.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Scan/STLcd/bitmap2Struct.py	Mon Oct 26 18:06:40 2015 -0700
+++ b/Scan/STLcd/bitmap2Struct.py	Sun Nov 01 17:19:09 2015 -0800
@@ -19,7 +19,7 @@
 import sys
 
 from array import *
-from PIL import Image
+from PIL import Image # Use pillow instead of PIL, it works with Python 3
 
 
 # Convenience class to deal with converting images to a C array