diff --git a/PIL/Image.py b/PIL/Image.py index f67009452..db26b9f20 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -1968,6 +1968,7 @@ class Image(object): ("A" for alpha channel of "RGBA"). :returns: An image in "L" mode. """ + self.load() if isStringType(channel) and len(channel) == 1: if channel in self.im.mode: