Adding comment about using Pillow instead of PIL
This commit is contained in:
parent
6dfeffd9ca
commit
11a44f0ea1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from array import *
|
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
|
# Convenience class to deal with converting images to a C array
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue