







The PIL.IptcImagePlugin Module


getiptcinfo(im)  [ #PIL.IptcImagePlugin.getiptcinfo-function# ]

Get IPTC information from TIFF, JPEG, or IPTC file.


im

An image containing IPTC data.

Returns:

A dictionary containing IPTC information, or None if
    no IPTC information block was found.



IptcImageFile (class)  [ #PIL.IptcImagePlugin.IptcImageFile-class# ]

Image plugin for IPTC/NAA datastreams.

For more information about this class, see #PIL.IptcImagePlugin.IptcImageFile-classThe IptcImageFile Class .



The IptcImageFile Class 


IptcImageFile (class)  [ #PIL.IptcImagePlugin.IptcImageFile-class# ]

Image plugin for IPTC/NAA datastreams.  To read IPTC/NAA fields
from TIFF and JPEG files, use the 
getiptcinfo function.



