* structure containing IPTC data.
*/
public void writeIPTC(File src, OutputStream os, PhotoshopApp13Data newData)
throws ImageReadException, IOException, ImageWriteException
{
ByteSource byteSource = new ByteSourceFile(src);
writeIPTC(byteSource, os, newData);
}