From 11a44f0ea1964cd8f0ec9c99ad7b18460402cfc3 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Sun, 1 Nov 2015 17:19:09 -0800 Subject: [PATCH] Adding comment about using Pillow instead of PIL --- Scan/STLcd/bitmap2Struct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scan/STLcd/bitmap2Struct.py b/Scan/STLcd/bitmap2Struct.py index dcf30c6..f0790a2 100755 --- a/Scan/STLcd/bitmap2Struct.py +++ b/Scan/STLcd/bitmap2Struct.py @@ -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 -- 2.39.2