-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi, I briefly had trouble using this very helpful script and wanted to share my solution...
Following the instructions exactly, I found I was unable to use the extension because Python could not locate the Image and the ImageOps modules.
Changing the imports line from
import Image
import ImageOps
to
from PIL import Image
from PIL import ImageOps
resolves the issue for me. Thanks for making a super-useful extension!
AKA
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels