What software can I use to read png metadata?

Posted by Johan on Super User See other posts from Super User or by Johan
Published on 2010-12-08T08:48:57Z Indexed on 2014/05/28 15:35 UTC
Read the original article Hit count: 456

Filed under:
|

I know that I can create a simple little Qt based application that adds and read png metadata, using the QImage.setText(...) and QImage.text(...). That metadata can then be read with a linux command called pngmeta.

But what other image software can I use to read out the png metadata?

Please note that I'm seeking image programs for the common platforms, so please specify if your application is for Windows or Linux.

To make the question clearer I attached a img with some test metadata attached to it.

The img with meta data

Thanks Johan


Links:

© Super User or respective owner

Related posts about metadata

Related posts about png