Pārlūkot izejas kodu

Adding comment about using Pillow instead of PIL

capsense
Jacob Alexander pirms 8 gadiem
vecāks
revīzija
11a44f0ea1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      Scan/STLcd/bitmap2Struct.py

+ 1
- 1
Scan/STLcd/bitmap2Struct.py Parādīt failu

@@ -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