diff --git a/PIL/SgiImagePlugin.py b/PIL/SgiImagePlugin.py index db05b77b2..d7c6bdb2d 100644 --- a/PIL/SgiImagePlugin.py +++ b/PIL/SgiImagePlugin.py @@ -100,7 +100,6 @@ class SgiImageFile(ImageFile.ImageFile): elif compression == 1: self.tile = [("sgi_rle", (0, 0) + self.size, offset, (self.mode, orientation, depth))] - # raise ValueError("SGI RLE encoding not supported") def _save(im, fp, filename):