I\'ve been using python for simple data processing scripts, but now I want to do some image processing and I encountered a problem. Importing the pillow module doesn\'t seem
In fact, Pillow is installed under name "PIL", so:
import PIL as pillow from PIL import Image ...
Look this: