# HG changeset patch # User Jacob Alexander # Date 1446427149 28800 # Node ID cba3cefc6e56813b1ec0d2ac21e3890e8d7eed23 # Parent 9ec758fc2e1f5659aabcc0531ec495bf4e0c5eb7 Adding comment about using Pillow instead of PIL diff -r 9ec758fc2e1f -r cba3cefc6e56 Scan/STLcd/bitmap2Struct.py --- 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