xmp.append("</GPano:FullPanoWidthPixels>\n");
xmp.append(" <GPano:ProjectionType>equirectangular</GPano:ProjectionType>\n");
xmp.append(" <GPano:UsePanoramaViewer>True</GPano:UsePanoramaViewer>\n");
xmp.append(" </rdf:Description>\n");
xmp.append(" </rdf:RDF>");
ITXT iTXt = new ITXT("XML:com.adobe.xmp", xmp.toString());
writer.writeChunk(iTXt);
}
writer.writeChunk(new IEND());
writer.close();
} catch (IOException e) {