浏览代码

Adding comment about using Pillow instead of PIL

capsense
Jacob Alexander 8 年前
父节点
当前提交
11a44f0ea1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Scan/STLcd/bitmap2Struct.py

+ 1
- 1
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