소스 검색

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