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