Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 353153
Collapse All | Expand All

(-)PIL/ImageShow.py.old (-1 / +1 lines)
Lines 63-69 Link Here
63
        if base != image.mode and image.mode != "1":
63
        if base != image.mode and image.mode != "1":
64
            image = image.convert(base)
64
            image = image.convert(base)
65
65
66
        self.show_image(image, **options)
66
        return self.show_image(image, **options)
67
67
68
    # hook methods
68
    # hook methods
69
69

Return to bug 353153