Package se.llbit.png

Examples of se.llbit.png.ITXT


        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) {
View Full Code Here

TOP

Related Classes of se.llbit.png.ITXT

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.