infrastructure/pillow-layer/python/PIL/Image.py (6 lines): - line 531: # FIXME: take "new" parameters / other image? - line 532: # FIXME: turn mode and size into delegating properties? - line 1483: # FIXME: use self.size here? - line 1597: # FIXME: _imaging returns a confusing error message for this case - line 2030: # FIXME These should be rounded to ints? - line 2332: # FIXME: the different transform methods need further explanation infrastructure/pillow-layer/python/PIL/ImageDraw.py (4 lines): - line 81: # FIXME: fix Fill2 to properly support matte for I+F images - line 94: # FIXME: should add a font repository - line 703: # FIXME: this needs more work! - line 704: # FIXME: come up with a better 'hints' scheme. infrastructure/pillow-layer/python/PIL/JpegImagePlugin.py (4 lines): - line 90: self.info["exif"] = s # FIXME: value will change - line 93: self.info["flashpix"] = s # FIXME: value will change - line 241: # FIXME: The quantization tables can be used to estimate the - line 719: # FIXME: issue a warning if the wrong form is used (post-1.1.7) infrastructure/pillow-layer/python/PIL/ImageFont.py (3 lines): - line 52: # FIXME: add support for pilfont2 format (see FontFile.py) - line 102: self.info = [] # FIXME: should be a dictionary - line 160: # FIXME: use service provider instead infrastructure/pillow-layer/python/PIL/McIdasImagePlugin.py (2 lines): - line 51: # FIXME: add memory map support - line 55: # FIXME: add memory map support infrastructure/pillow-layer/python/PIL/ImImagePlugin.py (2 lines): - line 153: # FIXME: this may read whole file if not a text file - line 249: self.__fp = self.fp # FIXME: hack infrastructure/pillow-layer/python/PIL/ImageFile.py (2 lines): - line 228: # FIXME: This is a hack to handle TIFF's JpegTables tag. - line 501: # FIXME: make MAXBLOCK a configuration parameter infrastructure/pillow-layer/python/PIL/FpxImagePlugin.py (2 lines): - line 172: # FIXME: the fill decoder is not implemented - line 211: # FIXME: jpeg tables are tile dependent; the prefix infrastructure/pillow-layer/python/PIL/PdfImagePlugin.py (2 lines): - line 118: # FIXME: Should replace ASCIIHexDecode with RunLengthDecode - line 165: # FIXME: the hex encoder doesn't support packed 1-bit infrastructure/pillow-layer/python/PIL/GifImagePlugin.py (1 line): - line 89: self.__fp = self.fp # FIXME: hack infrastructure/pillow-layer/python/PIL/GdImageFile.py (1 line): - line 55: self.mode = "L" # FIXME: "P" infrastructure/pillow-layer/python/PIL/MpoImagePlugin.py (1 line): - line 61: self.__fp = self.fp # FIXME: hack infrastructure/pillow-layer/python/PIL/SpiderImagePlugin.py (1 line): - line 152: self.__fp = self.fp # FIXME: hack infrastructure/pillow-layer/python/PIL/PsdImagePlugin.py (1 line): - line 34: (7, 8): ("L", 1), # FIXME: multilayer infrastructure/pillow-layer/python/PIL/PSDraw.py (1 line): - line 45: # FIXME: incomplete infrastructure/pillow-layer/python/PIL/PixarImagePlugin.py (1 line): - line 59: # FIXME: to be continued... infrastructure/pillow-layer/python/PIL/ImtImagePlugin.py (1 line): - line 66: # FIXME: dangerous, may read whole file infrastructure/pillow-layer/python/PIL/TiffImagePlugin.py (1 line): - line 796: # FIXME What about tagdata? infrastructure/pillow-layer/python/PIL/IcoImagePlugin.py (1 line): - line 68: # TODO: invent a more convenient method for proportional scalings infrastructure/pillow-layer/python/PIL/ImageQt.py (1 line): - line 123: # FIXME - is this really the best way to do this? infrastructure/pillow-layer/python/PIL/ImageDraw2.py (1 line): - line 49: # FIXME: add support for bitmap fonts infrastructure/pillow-layer/python/PIL/ImageOps.py (1 line): - line 50: # FIXME: apply to lookup table, not image data infrastructure/pillow-layer/python/PIL/PcdImagePlugin.py (1 line): - line 49: self._size = 768, 512 # FIXME: not correct for rotated images! infrastructure/pillow-layer/python/PIL/PcxImagePlugin.py (1 line): - line 91: # FIXME: hey, this doesn't work with the incremental loader !!! infrastructure/pillow-layer/python/PIL/WalImageFile.py (1 line): - line 42: # FIXME: modify to return a WalImageFile instance instead of infrastructure/pillow-layer/python/PIL/XpmImagePlugin.py (1 line): - line 87: # FIXME: handle colour names (see ImagePalette.py) infrastructure/pillow-layer/python/PIL/EpsImagePlugin.py (1 line): - line 219: self._size = 1, 1 # FIXME: huh? infrastructure/pillow-layer/python/PIL/FitsStubImagePlugin.py (1 line): - line 47: # FIXME: add more sanity checks here; mandatory header items infrastructure/pillow-layer/python/PIL/ImageCms.py (1 line): - line 984: # FIXME: I get different results for the same data w. different infrastructure/pillow-layer/python/PIL/PdfParser.py (1 line): - line 569: # TODO: support reuse of deleted objects infrastructure/pillow-layer/python/PIL/ImagePalette.py (1 line): - line 200: # FIXME: supports GIMP gradients only infrastructure/pillow-layer/python/PIL/XVThumbImagePlugin.py (1 line): - line 17: # FIXME: make save work (this requires quantization support) infrastructure/pillow-layer/python/PIL/TiffTags.py (1 line): - line 183: # FIXME add more tags here infrastructure/pillow-layer/python/PIL/MspImagePlugin.py (1 line): - line 179: header[12] = checksum # FIXME: is this the right field?