pillow v1.0.c1 Release Notes

    • ๐Ÿ”Œ The TIFF plugin has been rewritten. The new plugin fully supports all major PIL image modes (including F and I).

    • ๐Ÿ“œ The ImageFile module now includes a Parser class, which can be used to incrementally decode an image file (while down- loading it from the net, for example). See the handbook for details.

    • "show" now converts non-standard modes to "L" or "RGB" (as appropriate), rather than writing weird things to disk for "xv" to choke upon. (bug reported by Les Schaffer).