Closed Vadman97 closed 7 years ago
Using import Image does not work with the latest versions of Pillow. In this version I have changed all PIL related imports to use the proper import format from PIL import <class>
import Image
from PIL import <class>
Using
import Image
does not work with the latest versions of Pillow. In this version I have changed all PIL related imports to use the proper import formatfrom PIL import <class>