secile / PngMetaReader

read/write comment to PNG file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PngMetaReader

read/write comment to PNG file.

How to use

PngMetaReader png = new PngMetaReader(file);
png.SetInternationalText("Comment", "comment");
png.Save(file);
File file = new File(path);
PngMetaReader png = new PngMetaReader(file);
String comment = png.GetInternationalText("Comment");

About

read/write comment to PNG file.

License:MIT License


Languages

Language:Java 100.0%